Hiya
If i develop a console app - then Report.SystemSummary works fine
If i develop an MSTest TestMethod then Report.SystemSummary gives me an exception
Test method SophisGUIAutoTest.FWCTestResultTests.SingleResult1 threw exception: System.TypeInitializationException: The type initializer for '<Module>' threw an exception. ---> <CrtImplementationDetails>.ModuleLoadException: The C++ module failed to load during appdomain initialization.
---> System.DllNotFoundException: Unable to load DLL 'MSVCR80.dll': A dynamic link library (DLL) initialization routine failed. (Exception from HRESULT: 0x8007045A).
This happens on Report.SystemSummary call when test is launched from Visual Studio 2008
Thanks
stack trace attached