nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #02638
[Bug 939596] Re: Exceptions while starting NUnit Gui
More information about the C++-Exception:
Type: EEFileLoadException
Some info I have found about. Hope this helps.
http://stackoverflow.com/questions/93770/eefileloadexception-when-using-c-sharp-classes-in-cwin32-app
This exception is critical for us. In our project there is no debugging
possible, if native exception catching is on.
In Visual Studio 2010 the error occurs if I the debugger should break
for "C++ Exceptions" - "_com_error".
--
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/939596
Title:
Exceptions while starting NUnit Gui
Status in NUnit V2 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/nunitv2/+bug/939596/+subscriptions
References