← Back to team overview

nunit-core team mailing list archive

[Bug 939596] [NEW] Exceptions while starting NUnit Gui

 

Public bug reported:

We have NUnit-Test which tests functions which call functions in native
Dlls (via PInvoke). So we have always native and mamanged Debugger
attached. When starting Gui parameterized with the test-assembly, the
Debugger reports multiple Exceptions (EEFileLoadException, I think they
are native C++) while the Gui tries to load the tests  (before anyone
has done anything in the gui).

It would be nice if it could be changed that no exception is thrown. The
debugger always stops (if exceptions catching is put on, which must be
to find errors in own code).

** Affects: nunit-3.0
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of NUnit
Core Developers, which is the registrant for NUnit Framework.
https://bugs.launchpad.net/bugs/939596

Title:
  Exceptions while starting NUnit Gui

Status in NUnit Test Framework:
  New

Bug description:
  We have NUnit-Test which tests functions which call functions in
  native Dlls (via PInvoke). So we have always native and mamanged
  Debugger attached. When starting Gui parameterized with the test-
  assembly, the Debugger reports multiple Exceptions
  (EEFileLoadException, I think they are native C++) while the Gui tries
  to load the tests  (before anyone has done anything in the gui).

  It would be nice if it could be changed that no exception is thrown.
  The debugger always stops (if exceptions catching is put on, which
  must be to find errors in own code).

To manage notifications about this bug go to:
https://bugs.launchpad.net/nunit-3.0/+bug/939596/+subscriptions


Follow ups

References