Re: nunit.exe and statically linked dgbhelp.dll
"Charlie Poole" <[email protected]>
| Newsgroups | gmane.comp.windows.dotnet.nunit.user |
|---|---|
| Message-ID | <004801c882d8$74e9df10$6401a8c0@ferrari> |
Hi, Can you submit a bug report for this? It would help if you can provide the smallest possible test that reproduces the problem. Charlie _____ From: [email protected] [mailto:[email protected]] On Behalf Of Ruecker, Frank, OPES44 Sent: Monday, March 10, 2008 9:22 AM To: [email protected] Subject: [Nunit-users] nunit.exe and statically linked dgbhelp.dll Hello, we are using NUnit version 2.4.6 with .NET runtime 2.0 build 1433 to test our native Win32 C++ components. One of our core components links statically to dbghelp.dll version 6.8.4.0 (installed by Microsofts Debugging Tools for Windows, currently available from <http://www.microsoft.com/whdc/DevTools/Debugging> http://www.microsoft.com/whdc/DevTools/Debugging). Unfortunately, this doesn't work: NUnit procudes an error while loading the component to test (System.IO.FileLoadException ---> System.Runtime.InteropServices.COMException with HRESULT of 0x8007007F in NUnit.Core.Builders.TestAssemblyBuilder.Load). If we link dynamically to dbghelp.dll (with the linker option /DELAYLOAD), everything works fine. Since dynamically loading dbghelp.dll is not acceptable for our runtime builds, we badly need NUnits support for this situation. Has someone any suggestions, workarounds, fixes or updates which targets this problem? If not, I would highly recommend the developers to build in support of dbghelp.dll in your next release. best regards Frank Rücker ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Nunit-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nunit-users