External component has thrown an exception

External component has thrown an exception

When running NCover 2.0.2 x64 (with the console commands or with the GUI). I get the following error at the end of the unit tests being run.

End Program Output

External component has thrown an exception.

NCover.Console failed to execute.

The profile application is NUnit 2.4.2 (nunit-console-x86.exe), working folder and application arguements are all set correctly. Please say if I can provide any more information.

Any idea?


Re: External component has thrown an exception

Hi!

If you could, run NCover with the //l option, to get a logfile, and post the result here. Your command line would look something like:

[code:d4f4d]NCover.Console.exe nunit-console MyTests.dll //l Coverage.Log[/code:d4f4d]

Thanks, Alan Johnson


Re: External component has thrown an exception

Thanks for responding so fast, ok I ran the command in the following format.

ncover.console //l Coverage.log nunit-console-x86 xxxxTests.nunit

I got the following result file (I've changed the project names and project files for security reasons)

EVENT: Communications link established. MESSAGE: Ready for command input. EVENT: Verbose Logging Disabled EVENT: Logging Enabled EVENT: AutoExclusion Enabled MESSAGE: Monitoring Assemblies: (All Loaded Assemblies) MESSAGE: Skipping System Assemblies: mscorcfg;mscorlib;sysglobl;Microsoft.VisualBasic.Compatibility;Microsoft.VisualBasic;Microsoft.VisualBasic.Vsa;Microsoft.VisualC;Microsoft.Vsa;Microsoft.Vsa.Vb.CodeDOMProcessor;Microsoft_VsaVb;Microsoft.Build.Conversion;Microsoft.Build.Engine;Microsoft.Build.Framework;Microsoft.Build.Tasks;Microsoft.Build.Utilities;Microsoft.Build.VisualJSharp;Microsoft.CompactFramework.Build.Tasks;Microsoft.JScript;Microsoft.Transactions.Bridge;Microsoft.Transactions.Bridge.Dtc;Microsoft.VisualBasic.Compatibility.Data;PresentationBuildTasks;PresentationCore;PresentationFramework;PresentationFramework.Aero;PresentationFramework.Classic;PresentationFramework.Luna;PresentationFramework.Royale;ReachFramework;System;System.configuration;System.Configuration.Install;System.Data;System.Data.OracleClient;System.Data.SqlXml;System.Deployment;System.Design;System.DirectoryServices;System.DirectoryServices.Protocols;System.Drawing;System.Drawing.Design;System.EnterpriseServices;System.EnterpriseServices.Thunk;System.EnterpriseServices.Wrapper;System.IdentityModel;System.IdentityModel.Selectors;System.IO.Log;System.Management;System.Messaging;System.Printing;System.Runtime.Remoting;System.Runtime.Serialization;System.Runtime.Serialization.Formatters.Soap;System.Security;SMDiagnostics;System.ServiceModel;System.ServiceProcess;System.Speech;System.Transactions;System.Web;System.Web.Mobile;System.Web.RegularExpressions;System.Web.Services;System.Windows.Forms;System.Workflow.Activities;System.Workflow.ComponentModel;System.Workflow.Runtime;System.XML;UIAutomationClient;UIAutomationClientsideProviders;UIAutomationProvider;UIAutomationTypes;WindowsBase;WindowsFormsIntegration; MESSAGE: Excluding Types and Methods with these Attributes: (No Exclusions Specified) MESSAGE: Excluding Methods matching these patterns: (No Exclusions Specified) MESSAGE: Excluding Types matching these patterns: (No Exclusions Specified) MESSAGE: Excluding Files matching these patterns: (No Exclusions Specified) MESSAGE: Received driver ready event. MESSAGE: v2.0.50727 EVENT: Profiler Initialize MESSAGE: AssemblyLoadStarted ---- Assembly: 0x0059df80; 0x00000001 MESSAGE: ModuleLoadStarted ---- Module: 0x790c2000; 0x00000001 MESSAGE: Failed to load symbols for module [C:\Windows\assembly\GAC_32\mscorlib\2.0.0.0b77a5c561934e089\mscorlib.dll] in [C:\Windows\assembly\GAC_32\mscorlib\2.0.0.0b77a5c561934e089]. MESSAGE: ModuleLoadFinished ---- Module[C:\Windows\assembly\GAC_32\mscorlib\2.0.0.0b77a5c561934e089\mscorlib.dll]: 0x790c2000; 0x00000001 MESSAGE: ModuleAttachedToAssembly ---- Module[C:\Windows\assembly\GAC_32\mscorlib\2.0.0.0b77a5c561934e089\mscorlib.dll]: 0x790c2000; 0x00000001 attached To Assembly[]: 0x0059df80; 0x00000001 MESSAGE: Assembly Identity [mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86]. EVENT: Monitoring Assembly [mscorlib][0x0059df80] MESSAGE: AssemblyLoadFinished ---- Assembly[mscorlib]: 0x0059df80; 0x00000001 MESSAGE: AppDomainCreationStarted ---- AppDomain: 0x7a390b60; 0x00000001 MESSAGE: AppDomainCreationFinished ---- AppDomain[mscorlib.dll]: 0x7a390b60; 0x00000001 MESSAGE: AppDomainCreationStarted ---- AppDomain: 0x00585e30; 0x00000002 MESSAGE: AppDomainCreationFinished ---- AppDomain[DefaultDomain]: 0x00585e30; 0x00000002 MESSAGE: AppDomainCreationStarted ---- AppDomain: 0x7a391138; 0x00000003 MESSAGE: AppDomainCreationFinished ---- AppDomain[EE Shared Assembly Repository]: 0x7a391138; 0x00000003 MESSAGE: AssemblyLoadStarted ---- Assembly: 0x005ab608; 0x00000002 MESSAGE: ModuleLoadStarted ---- Module: 0x000f2c24; 0x00000002 MESSAGE: Failed to load symbols for module [C:\work\testproject\bin\nUnit\nunit-console-x86.exe] in [C:\work\testproject\bin\nUnit]. MESSAGE: ModuleLoadFinished ---- Module[C:\work\testproject\bin\nUnit\nunit-console-x86.exe]: 0x000f2c24; 0x00000002 MESSAGE: ModuleAttachedToAssembly ---- Module[C:\work\testproject\bin\nUnit\nunit-console-x86.exe]: 0x000f2c24; 0x00000002 attached To Assembly[]: 0x005ab608; 0x00000002 MESSAGE: Assembly Identity [nunit-console-x86, Version=2.4.2.0, Culture=neutral, PublicKeyToken=null, processorArchitecture=x86]. EVENT: Monitoring Assembly [nunit-console-x86][0x005ab608] MESSAGE: AssemblyLoadFinished ---- Assembly[nunit-console-x86]: 0x005ab608; 0x00000002 MESSAGE: AssemblyLoadStarted ---- Assembly: 0x005aecb8; 0x00000003 MESSAGE: ModuleLoadStarted ---- Module: 0x000f30d8; 0x00000003 MESSAGE: Failed to load symbols for module [C:\work\testproject\bin\nUnit\nunit-console-runner.dll] in [C:\work\testproject\bin\nUnit]. MESSAGE: ModuleLoadFinished ---- Module[C:\work\testproject\bin\nUnit\nunit-console-runner.dll]: 0x000f30d8; 0x00000003 MESSAGE: ModuleAttachedToAssembly ---- Module[C:\work\testproject\bin\nUnit\nunit-console-runner.dll]: 0x000f30d8; 0x00000003 attached To Assembly[]: 0x005aecb8; 0x00000003 MESSAGE: Assembly Identity [nunit-console-runner, Version=2.4.2.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL]. EVENT: Monitoring Assembly [nunit-console-runner][0x005aecb8] MESSAGE: AssemblyLoadFinished ---- Assembly[nunit-console-runner]: 0x005aecb8; 0x00000003 MESSAGE: AssemblyLoadStarted ---- Assembly: 0x005c8ff0; 0x00000004 MESSAGE: ModuleLoadStarted ---- Module: 0x000f35fc; 0x00000004 MESSAGE: Failed to load symbols for module [C:\work\testproject\bin\nUnit\nunit.util.dll] in [C:\work\testproject\bin\nUnit]. MESSAGE: ModuleLoadFinished ---- Module[C:\work\testproject\bin\nUnit\nunit.util.dll]: 0x000f35fc; 0x00000004 MESSAGE: ModuleAttachedToAssembly ---- Module[C:\work\testproject\bin\nUnit\nunit.util.dll]: 0x000f35fc; 0x00000004 attached To Assembly[]: 0x005c8ff0; 0x00000004 MESSAGE: Assembly Identity [nunit.util, Version=2.4.2.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL]. EVENT: Monitoring Assembly [nunit.util][0x005c8ff0] MESSAGE: AssemblyLoadFinished ---- Assembly[nunit.util]: 0x005c8ff0; 0x00000004 MESSAGE: AssemblyLoadStarted ---- Assembly: 0x005c9100; 0x00000005 MESSAGE: ModuleLoadStarted ---- Module: 0x000f45f8; 0x00000005 MESSAGE: Failed to load symbols for module [C:\work\testproject\bin\nUnit\nunit.core.interfaces.dll] in [C:\work\testproject\bin\nUnit]. MESSAGE: ModuleLoadFinished ---- Module[C:\work\testproject\bin\nUnit\nunit.core.interfaces.dll]: 0x000f45f8; 0x00000005 MESSAGE: ModuleAttachedToAssembly ---- Module[C:\work\testproject\bin\nUnit\nunit.core.interfaces.dll]: 0x000f45f8; 0x00000005 attached To Assembly[]: 0x005c9100; 0x00000005 MESSAGE: Assembly Identity [nunit.core.interfaces, Version=2.4.2.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL]. EVENT: Monitoring Assembly [nunit.core.interfaces][0x005c9100] MESSAGE: AssemblyLoadFinished ---- Assembly[nunit.core.interfaces]: 0x005c9100; 0x00000005 MESSAGE: AssemblyLoadStarted ---- Assembly: 0x005c9298; 0x00000006 MESSAGE: ModuleLoadStarted ---- Module: 0x7a71e000; 0x00000006 MESSAGE: Failed to load symbols for module [C:\Windows\assembly\GAC_MSIL\System\2.0.0.0b77a5c561934e089\System.dll] in [C:\Windows\assembly\GAC_MSIL\System\2.0.0.0b77a5c561934e089]. MESSAGE: ModuleLoadFinished ---- Module[C:\Windows\assembly\GAC_MSIL\System\2.0.0.0b77a5c561934e089\System.dll]: 0x7a71e000; 0x00000006 MESSAGE: ModuleAttachedToAssembly ---- Module[C:\Windows\assembly\GAC_MSIL\System\2.0.0.0b77a5c561934e089\System.dll]: 0x7a71e000; 0x00000006 attached To Assembly[]: 0x005c9298; 0x00000006 MESSAGE: Assembly Identity [System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL]. EVENT: Monitoring Assembly [System][0x005c9298] MESSAGE: AssemblyLoadFinished ---- Assembly[System]: 0x005c9298; 0x00000006 MESSAGE: AssemblyLoadStarted ---- Assembly: 0x005c9430; 0x00000007 MESSAGE: ModuleLoadStarted ---- Module: 0x648ec000; 0x00000007 MESSAGE: Failed to load symbols for module [C:\Windows\assembly\GAC_MSIL\System.Configuration\2.0.0.0b03f5f7f11d50a3a\System.Configuration.dll] in [C:\Windows\assembly\GAC_MSIL\System.Configuration\2.0.0.0b03f5f7f11d50a3a]. MESSAGE: ModuleLoadFinished ---- Module[C:\Windows\assembly\GAC_MSIL\System.Configuration\2.0.0.0b03f5f7f11d50a3a\System.Configuration.dll]: 0x648ec000; 0x00000007 MESSAGE: ModuleAttachedToAssembly ---- Module[C:\Windows\assembly\GAC_MSIL\System.Configuration\2.0.0.0b03f5f7f11d50a3a\System.Configuration.dll]: 0x648ec000; 0x00000007 attached To Assembly[]: 0x005c9430; 0x00000007 MESSAGE: Assembly Identity [System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL]. EVENT: Monitoring Assembly [System.Configuration][0x005c9430] MESSAGE: AssemblyLoadFinished ---- Assembly[System.Configuration]: 0x005c9430; 0x00000007 MESSAGE: AssemblyLoadStarted ---- Assembly: 0x005c95c8; 0x00000008 MESSAGE: ModuleLoadStarted ---- Module: 0x639ea000; 0x00000008 MESSAGE: Failed to load symbols for module [C:\Windows\assembly\GAC_MSIL\System.Xml\2.0.0.0b77a5c561934e089\System.Xml.dll] in [C:\Windows\assembly\GAC_MSIL\System.Xml\2.0.0.0b77a5c561934e089]. MESSAGE: ModuleLoadFinished ---- Module[C:\Windows\assembly\GAC_MSIL\System.Xml\2.0.0.0b77a5c561934e089\System.Xml.dll]: 0x639ea000; 0x00000008 MESSAGE: ModuleAttachedToAssembly ---- Module[C:\Windows\assembly\GAC_MSIL\System.Xml\2.0.0.0b77a5c561934e089\System.Xml.dll]: 0x639ea000; 0x00000008 attached To Assembly[]: 0x005c95c8; 0x00000008 MESSAGE: Assembly Identity [System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL]. EVENT: Monitoring Assembly [System.Xml][0x005c95c8] MESSAGE: AssemblyLoadFinished ---- Assembly[System.Xml]: 0x005c95c8; 0x00000008 MESSAGE: ModuleLoadStarted ---- Module: 0x0015205c; 0x00000009 MESSAGE: Failed to load symbols for module [C:\Windows\assembly\GAC_32\mscorlib\2.0.0.0b77a5c561934e089\sorttbls.nlp] in [C:\Windows\assembly\GAC_32\mscorlib\2.0.0.0b77a5c561934e089]. MESSAGE: ModuleLoadFinished ---- Module[C:\Windows\assembly\GAC_32\mscorlib\2.0.0.0b77a5c561934e089\sorttbls.nlp]: 0x0015205c; 0x00000009 MESSAGE: ModuleAttachedToAssembly ---- Module[C:\Windows\assembly\GAC_32\mscorlib\2.0.0.0b77a5c561934e089\sorttbls.nlp]: 0x0015205c; 0x00000009 attached To Assembly[mscorlib]: 0x0059df80; 0x00000001 MESSAGE: ModuleLoadStarted ---- Module: 0x001523cc; 0x0000000a MESSAGE: Failed to load symbols for module [C:\Windows\assembly\GAC_32\mscorlib\2.0.0.0b77a5c561934e089\sortkey.nlp] in [C:\Windows\assembly\GAC_32\mscorlib\2.0.0.0b77a5c561934e089]. MESSAGE: ModuleLoadFinished ---- Module[C:\Windows\assembly\GAC_32\mscorlib\2.0.0.0b77a5c561934e089\sortkey.nlp]: 0x001523cc; 0x0000000a MESSAGE: ModuleAttachedToAssembly ---- Module[C:\Windows\assembly\GAC_32\mscorlib\2.0.0.0b77a5c561934e089\sortkey.nlp]: 0x001523cc; 0x0000000a attached To Assembly[mscorlib]: 0x0059df80; 0x00000001 MESSAGE: AssemblyLoadStarted ---- Assembly: 0x005c96d8; 0x00000009 MESSAGE: ModuleLoadStarted ---- Module: 0x000f73d8; 0x0000000b MESSAGE: Failed to load symbols for module [C:\work\testproject\bin\nUnit\nunit.core.extensions.dll] in [C:\work\testproject\bin\nUnit]. MESSAGE: ModuleLoadFinished ---- Module[C:\work\testproject\bin\nUnit\nunit.core.extensions.dll]: 0x000f73d8; 0x0000000b MESSAGE: ModuleAttachedToAssembly ---- Module[C:\work\testproject\bin\nUnit\nunit.core.extensions.dll]: 0x000f73d8; 0x0000000b attached To Assembly[]: 0x005c96d8; 0x00000009 MESSAGE: Assembly Identity [nunit.core.extensions, Version=2.4.2.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL]. EVENT: Monitoring Assembly [nunit.core.extensions][0x005c96d8] MESSAGE: AssemblyLoadFinished ---- Assembly[nunit.core.extensions]: 0x005c96d8; 0x00000009 MESSAGE: AssemblyLoadStarted ---- Assembly: 0x005c98f8; 0x0000000a MESSAGE: ModuleLoadStarted ---- Module: 0x000f7808; 0x0000000c MESSAGE: Failed to load symbols for module [C:\work\testproject\bin\nUnit\nunit.core.dll] in [C:\work\testproject\bin\nUnit]. MESSAGE: ModuleLoadFinished ---- Module[C:\work\testproject\bin\nUnit\nunit.core.dll]: 0x000f7808; 0x0000000c MESSAGE: ModuleAttachedToAssembly ---- Module[C:\work\testproject\bin\nUnit\nunit.core.dll]: 0x000f7808; 0x0000000c attached To Assembly[]: 0x005c98f8; 0x0000000a MESSAGE: Assembly Identity [nunit.core, Version=2.4.2.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL]. EVENT: Monitoring Assembly [nunit.core][0x005c98f8] MESSAGE: AssemblyLoadFinished ---- Assembly[nunit.core]: 0x005c98f8; 0x0000000a MESSAGE: AppDomainCreationStarted ---- AppDomain: 0x0061f4d8; 0x00000004 MESSAGE: AppDomainCreationFinished ---- AppDomain[domain-testAllTests.nunit]: 0x0061f4d8; 0x00000004 MESSAGE: AssemblyLoadStarted ---- Assembly: 0x005c9dc0; 0x0000000b MESSAGE: ModuleLoadStarted ---- Module: 0x026d2f98; 0x0000000d MESSAGE: Failed to load symbols for module [C:\work\testproject\bin\nUnit\nunit.core.dll] in [C:\work\testproject\bin\nUnit]. MESSAGE: ModuleLoadFinished ---- Module[C:\work\testproject\bin\nUnit\nunit.core.dll]: 0x026d2f98; 0x0000000d MESSAGE: ModuleAttachedToAssembly ---- Module[C:\work\testproject\bin\nUnit\nunit.core.dll]: 0x026d2f98; 0x0000000d attached To Assembly[]: 0x005c9dc0; 0x0000000b MESSAGE: Assembly Identity [nunit.core, Version=2.4.2.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL]. EVENT: Monitoring Assembly [nunit.core][0x005c9dc0] MESSAGE: AssemblyLoadFinished ---- Assembly[nunit.core]: 0x005c9dc0; 0x0000000b MESSAGE: AssemblyLoadStarted ---- Assembly: 0x005c9f58; 0x0000000c MESSAGE: ModuleLoadStarted ---- Module: 0x026d39c0; 0x0000000e MESSAGE: Failed to load symbols for module [C:\work\testproject\bin\nUnit\nunit.core.interfaces.dll] in [C:\work\testproject\bin\nUnit]. MESSAGE: ModuleLoadFinished ---- Module[C:\work\testproject\bin\nUnit\nunit.core.interfaces.dll]: 0x026d39c0; 0x0000000e MESSAGE: ModuleAttachedToAssembly ---- Module[C:\work\testproject\bin\nUnit\nunit.core.interfaces.dll]: 0x026d39c0; 0x0000000e attached To Assembly[]: 0x005c9f58; 0x0000000c MESSAGE: Assembly Identity [nunit.core.interfaces, Version=2.4.2.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL]. EVENT: Monitoring Assembly [nunit.core.interfaces][0x005c9f58] MESSAGE: AssemblyLoadFinished ---- Assembly[nunit.core.interfaces]: 0x005c9f58; 0x0000000c MESSAGE: AssemblyLoadStarted ---- Assembly: 0x005c9fe0; 0x0000000d MESSAGE: ModuleLoadStarted ---- Module: 0x026d3f78; 0x0000000f MESSAGE: Failed to load symbols for module [C:\Windows\assembly\GAC_MSIL\System\2.0.0.0b77a5c561934e089\System.dll] in [C:\Windows\assembly\GAC_MSIL\System\2.0.0.0b77a5c561934e089]. MESSAGE: ModuleLoadFinished ---- Module[C:\Windows\assembly\GAC_MSIL\System\2.0.0.0b77a5c561934e089\System.dll]: 0x026d3f78; 0x0000000f MESSAGE: ModuleAttachedToAssembly ---- Module[C:\Windows\assembly\GAC_MSIL\System\2.0.0.0b77a5c561934e089\System.dll]: 0x026d3f78; 0x0000000f attached To Assembly[]: 0x005c9fe0; 0x0000000d MESSAGE: Assembly Identity [System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL]. EVENT: Monitoring Assembly [System][0x005c9fe0] MESSAGE: AssemblyLoadFinished ---- Assembly[System]: 0x005c9fe0; 0x0000000d MESSAGE: AssemblyLoadStarted ---- Assembly: 0x005ca178; 0x0000000e MESSAGE: ModuleLoadStarted ---- Module: 0x02a20c64; 0x00000010 MESSAGE: Failed to load symbols for module [C:\Windows\assembly\GAC_MSIL\System.Configuration\2.0.0.0b03f5f7f11d50a3a\System.Configuration.dll] in [C:\Windows\assembly\GAC_MSIL\System.Configuration\2.0.0.0b03f5f7f11d50a3a]. MESSAGE: ModuleLoadFinished ---- Module[C:\Windows\assembly\GAC_MSIL\System.Configuration\2.0.0.0b03f5f7f11d50a3a\System.Configuration.dll]: 0x02a20c64; 0x00000010 MESSAGE: ModuleAttachedToAssembly ---- Module[C:\Windows\assembly\GAC_MSIL\System.Configuration\2.0.0.0b03f5f7f11d50a3a\System.Configuration.dll]: 0x02a20c64; 0x00000010 attached To Assembly[]: 0x005ca178; 0x0000000e MESSAGE: Assembly Identity [System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL]. EVENT: Monitoring Assembly [System.Configuration][0x005ca178] MESSAGE: AssemblyLoadFinished ---- Assembly[System.Configuration]: 0x005ca178; 0x0000000e MESSAGE: AssemblyLoadStarted ---- Assembly: 0x005ca288; 0x0000000f MESSAGE: ModuleLoadStarted ---- Module: 0x02a29038; 0x00000011 MESSAGE: Failed to load symbols for module [C:\Windows\assembly\GAC_MSIL\System.Xml\2.0.0.0b77a5c561934e089\System.Xml.dll] in [C:\Windows\assembly\GAC_MSIL\System.Xml\2.0.0.0b77a5c561934e089]. MESSAGE: ModuleLoadFinished ---- Module[C:\Windows\assembly\GAC_MSIL\System.Xml\2.0.0.0b77a5c561934e089\System.Xml.dll]: 0x02a29038; 0x00000011 MESSAGE: ModuleAttachedToAssembly ---- Module[C:\Windows\assembly\GAC_MSIL\System.Xml\2.0.0.0b77a5c561934e089\System.Xml.dll]: 0x02a29038; 0x00000011 attached To Assembly[]: 0x005ca288; 0x0000000f MESSAGE: Assembly Identity [System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL]. EVENT: Monitoring Assembly [System.Xml][0x005ca288] MESSAGE: AssemblyLoadFinished ---- Assembly[System.Xml]: 0x005ca288; 0x0000000f MESSAGE: AssemblyLoadStarted ---- Assembly: 0x005c9650; 0x00000010 MESSAGE: ModuleLoadStarted ---- Module: 0x02c0e084; 0x00000012 MESSAGE: Failed to load symbols for module [C:\work\testproject\bin\nUnit\nunit.core.extensions.dll] in [C:\work\testproject\bin\nUnit]. MESSAGE: ModuleLoadFinished ---- Module[C:\work\testproject\bin\nUnit\nunit.core.extensions.dll]: 0x02c0e084; 0x00000012 MESSAGE: ModuleAttachedToAssembly ---- Module[C:\work\testproject\bin\nUnit\nunit.core.extensions.dll]: 0x02c0e084; 0x00000012 attached To Assembly[]: 0x005c9650; 0x00000010 MESSAGE: Assembly Identity [nunit.core.extensions, Version=2.4.2.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL]. EVENT: Monitoring Assembly [nunit.core.extensions][0x005c9650] MESSAGE: AssemblyLoadFinished ---- Assembly[nunit.core.extensions]: 0x005c9650; 0x00000010 MESSAGE: AssemblyLoadStarted ---- Assembly: 0x005ca750; 0x00000011 MESSAGE: ModuleLoadStarted ---- Module: 0x02c0f770; 0x00000013 MESSAGE: Loaded symbols for module [C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\3f8d0fa9\d0d00f50_9509c801\test.Foundation.DLL] in [C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\3f8d0fa9\d0d00f50_9509c801]. MESSAGE: ModuleLoadFinished ---- Module[C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\3f8d0fa9\d0d00f50_9509c801\test.Foundation.DLL]: 0x02c0f770; 0x00000013 MESSAGE: ModuleAttachedToAssembly ---- Module[C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\3f8d0fa9\d0d00f50_9509c801\test.Foundation.DLL]: 0x02c0f770; 0x00000013 attached To Assembly[]: 0x005ca750; 0x00000011 MESSAGE: Assembly Identity [test.Foundation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=fb27702a0ffc7509, processorArchitecture=MSIL]. EVENT: Monitoring Assembly [test.Foundation][0x005ca750] MESSAGE: AssemblyLoadFinished ---- Assembly[test.Foundation]: 0x005ca750; 0x00000011 MESSAGE: AssemblyLoadStarted ---- Assembly: 0x005ca860; 0x00000012 MESSAGE: ModuleLoadStarted ---- Module: 0x0511b37c; 0x00000014 MESSAGE: Failed to load symbols for module [C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\78564288\00c16fa0_0104c801\nunit.framework.DLL] in [C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\78564288\00c16fa0_0104c801]. MESSAGE: ModuleLoadFinished ---- Module[C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\78564288\00c16fa0_0104c801\nunit.framework.DLL]: 0x0511b37c; 0x00000014 MESSAGE: ModuleAttachedToAssembly ---- Module[C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\78564288\00c16fa0_0104c801\nunit.framework.DLL]: 0x0511b37c; 0x00000014 attached To Assembly[]: 0x005ca860; 0x00000012 MESSAGE: Assembly Identity [nunit.framework, Version=2.4.2.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL]. EVENT: Monitoring Assembly [nunit.framework][0x005ca860] MESSAGE: AssemblyLoadFinished ---- Assembly[nunit.framework]: 0x005ca860; 0x00000012 MESSAGE: AssemblyLoadStarted ---- Assembly: 0x005ca970; 0x00000013 MESSAGE: ModuleLoadStarted ---- Module: 0x051e4ad0; 0x00000015 MESSAGE: Loaded symbols for module [C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\60870e56\f084f351_9509c801\test.Core.DLL] in [C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\60870e56\f084f351_9509c801]. MESSAGE: ModuleLoadFinished ---- Module[C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\60870e56\f084f351_9509c801\test.Core.DLL]: 0x051e4ad0; 0x00000015 MESSAGE: ModuleAttachedToAssembly ---- Module[C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\60870e56\f084f351_9509c801\test.Core.DLL]: 0x051e4ad0; 0x00000015 attached To Assembly[]: 0x005ca970; 0x00000013 MESSAGE: Assembly Identity [test.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=fb27702a0ffc7509, processorArchitecture=MSIL]. EVENT: Monitoring Assembly [test.Core][0x005ca970] MESSAGE: AssemblyLoadFinished ---- Assembly[test.Core]: 0x005ca970; 0x00000013 MESSAGE: AssemblyLoadStarted ---- Assembly: 0x005caa80; 0x00000014 MESSAGE: ModuleLoadStarted ---- Module: 0x05330864; 0x00000016 MESSAGE: Loaded symbols for module [C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\88721d9f\a08dc4f5_bc09c801\test.Core.Database.DLL] in [C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\88721d9f\a08dc4f5_bc09c801]. MESSAGE: ModuleLoadFinished ---- Module[C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\88721d9f\a08dc4f5_bc09c801\test.Core.Database.DLL]: 0x05330864; 0x00000016 MESSAGE: ModuleAttachedToAssembly ---- Module[C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\88721d9f\a08dc4f5_bc09c801\test.Core.Database.DLL]: 0x05330864; 0x00000016 attached To Assembly[]: 0x005caa80; 0x00000014 MESSAGE: Assembly Identity [test.Core.Database, Version=1.0.0.0, Culture=neutral, PublicKeyToken=fb27702a0ffc7509, processorArchitecture=MSIL]. EVENT: Monitoring Assembly [test.Core.Database][0x005caa80] MESSAGE: AssemblyLoadFinished ---- Assembly[test.Core.Database]: 0x005caa80; 0x00000014 ERROR(0xFFFFFFFF) Method is already instrumented! ERROR(0xFFFFFFFF) Method is already instrumented! ERROR(0xFFFFFFFF) Method is already instrumented! ERROR(0xFFFFFFFF) Method is already instrumented! ERROR(0xFFFFFFFF) Method is already instrumented! ERROR(0xFFFFFFFF) Method is already instrumented! ERROR(0xFFFFFFFF) Method is already instrumented! ERROR(0xFFFFFFFF) Method is already instrumented! ERROR(0xFFFFFFFF) Method is already instrumented! ERROR(0xFFFFFFFF) Method is already instrumented! ERROR(0xFFFFFFFF) Method is already instrumented! ERROR(0xFFFFFFFF) Method is already instrumented! ERROR(0xFFFFFFFF) Method is already instrumented! ERROR(0xFFFFFFFF) Method is already instrumented! ERROR(0xFFFFFFFF) Method is already instrumented! ERROR(0xFFFFFFFF) Method is already instrumented! ERROR(0xFFFFFFFF) Method is already instrumented! ERROR(0xFFFFFFFF) Method is already instrumented! ERROR(0xFFFFFFFF) Method is already instrumented! ERROR(0xFFFFFFFF) Method is already instrumented! ERROR(0xFFFFFFFF) Method is already instrumented! MESSAGE: AssemblyLoadStarted ---- Assembly: 0x005cab08; 0x00000015 MESSAGE: ModuleLoadStarted ---- Module: 0x05334e68; 0x00000017 MESSAGE: Loaded symbols for module [C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\787b2d97\a0faa452_9509c801\test.IntegrationTests.DLL] in [C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\787b2d97\a0faa452_9509c801]. MESSAGE: ModuleLoadFinished ---- Module[C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\787b2d97\a0faa452_9509c801\test.IntegrationTests.DLL]: 0x05334e68; 0x00000017 MESSAGE: ModuleAttachedToAssembly ---- Module[C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\787b2d97\a0faa452_9509c801\test.IntegrationTests.DLL]: 0x05334e68; 0x00000017 attached To Assembly[]: 0x005cab08; 0x00000015 MESSAGE: Assembly Identity [test.IntegrationTests, Version=1.0.0.0, Culture=neutral, PublicKeyToken=fb27702a0ffc7509, processorArchitecture=MSIL]. EVENT: Monitoring Assembly [test.IntegrationTests][0x005cab08] MESSAGE: AssemblyLoadFinished ---- Assembly[test.IntegrationTests]: 0x005cab08; 0x00000015 MESSAGE: AssemblyLoadStarted ---- Assembly: 0x005cadb0; 0x00000016 MESSAGE: ModuleLoadStarted ---- Module: 0x07ac98a8; 0x00000018 MESSAGE: Failed to load symbols for module [C:\Windows\assembly\GAC_MSIL\System.Security\2.0.0.0b03f5f7f11d50a3a\System.Security.dll] in [C:\Windows\assembly\GAC_MSIL\System.Security\2.0.0.0b03f5f7f11d50a3a]. MESSAGE: ModuleLoadFinished ---- Module[C:\Windows\assembly\GAC_MSIL\System.Security\2.0.0.0b03f5f7f11d50a3a\System.Security.dll]: 0x07ac98a8; 0x00000018 MESSAGE: ModuleAttachedToAssembly ---- Module[C:\Windows\assembly\GAC_MSIL\System.Security\2.0.0.0b03f5f7f11d50a3a\System.Security.dll]: 0x07ac98a8; 0x00000018 attached To Assembly[]: 0x005cadb0; 0x00000016 MESSAGE: Assembly Identity [System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL]. EVENT: Monitoring Assembly [System.Security][0x005cadb0] MESSAGE: AssemblyLoadFinished ---- Assembly[System.Security]: 0x005cadb0; 0x00000016 MESSAGE: AssemblyLoadStarted ---- Assembly: 0x005caec0; 0x00000017 MESSAGE: ModuleLoadStarted ---- Module: 0x07aca424; 0x00000019 MESSAGE: Failed to load symbols for module [C:\Windows\assembly\GAC_MSIL\System.Data.SqlXml\2.0.0.0b77a5c561934e089\System.Data.SqlXml.dll] in [C:\Windows\assembly\GAC_MSIL\System.Data.SqlXml\2.0.0.0b77a5c561934e089]. MESSAGE: ModuleLoadFinished ---- Module[C:\Windows\assembly\GAC_MSIL\System.Data.SqlXml\2.0.0.0b77a5c561934e089\System.Data.SqlXml.dll]: 0x07aca424; 0x00000019 MESSAGE: ModuleAttachedToAssembly ---- Module[C:\Windows\assembly\GAC_MSIL\System.Data.SqlXml\2.0.0.0b77a5c561934e089\System.Data.SqlXml.dll]: 0x07aca424; 0x00000019 attached To Assembly[]: 0x005caec0; 0x00000017 MESSAGE: Assembly Identity [System.Data.SqlXml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL]. EVENT: Monitoring Assembly [System.Data.SqlXml][0x005caec0] MESSAGE: AssemblyLoadFinished ---- Assembly[System.Data.SqlXml]: 0x005caec0; 0x00000017 MESSAGE: AssemblyLoadStarted ---- Assembly: 0x0949eb78; 0x00000018 MESSAGE: ModuleLoadStarted ---- Module: 0x07acb7c8; 0x0000001a MESSAGE: Failed to load symbols for module [C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\ce3cf882\b0c9539f_0104c801\log4net.DLL] in [C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\ce3cf882\b0c9539f_0104c801]. MESSAGE: ModuleLoadFinished ---- Module[C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\ce3cf882\b0c9539f_0104c801\log4net.DLL]: 0x07acb7c8; 0x0000001a MESSAGE: ModuleAttachedToAssembly ---- Module[C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\ce3cf882\b0c9539f_0104c801\log4net.DLL]: 0x07acb7c8; 0x0000001a attached To Assembly[]: 0x0949eb78; 0x00000018 MESSAGE: Assembly Identity [log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL]. EVENT: Monitoring Assembly [log4net][0x0949eb78] MESSAGE: AssemblyLoadFinished ---- Assembly[log4net]: 0x0949eb78; 0x00000018 MESSAGE: AssemblyLoadStarted ---- Assembly: 0x0949ec88; 0x00000019 MESSAGE: ModuleLoadStarted ---- Module: 0x07acc58c; 0x0000001b MESSAGE: Failed to load symbols for module [C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\b7dfeb40\e0cd519f_0104c801\NHibernate.DLL] in [C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\b7dfeb40\e0cd519f_0104c801]. MESSAGE: ModuleLoadFinished ---- Module[C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\b7dfeb40\e0cd519f_0104c801\NHibernate.DLL]: 0x07acc58c; 0x0000001b MESSAGE: ModuleAttachedToAssembly ---- Module[C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\b7dfeb40\e0cd519f_0104c801\NHibernate.DLL]: 0x07acc58c; 0x0000001b attached To Assembly[]: 0x0949ec88; 0x00000019 MESSAGE: Assembly Identity [NHibernate, Version=1.2.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL]. EVENT: Monitoring Assembly [NHibernate][0x0949ec88] MESSAGE: AssemblyLoadFinished ---- Assembly[NHibernate]: 0x0949ec88; 0x00000019 MESSAGE: AssemblyLoadStarted ---- Assembly: 0x0949ed98; 0x0000001a MESSAGE: ModuleLoadStarted ---- Module: 0x07ace5bc; 0x0000001c MESSAGE: Failed to load symbols for module [C:\Windows\assembly\GAC_32\System.Data\2.0.0.0b77a5c561934e089\System.Data.dll] in [C:\Windows\assembly\GAC_32\System.Data\2.0.0.0b77a5c561934e089]. MESSAGE: ModuleLoadFinished ---- Module[C:\Windows\assembly\GAC_32\System.Data\2.0.0.0b77a5c561934e089\System.Data.dll]: 0x07ace5bc; 0x0000001c MESSAGE: ModuleAttachedToAssembly ---- Module[C:\Windows\assembly\GAC_32\System.Data\2.0.0.0b77a5c561934e089\System.Data.dll]: 0x07ace5bc; 0x0000001c attached To Assembly[]: 0x0949ed98; 0x0000001a MESSAGE: Assembly Identity [System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86]. EVENT: Monitoring Assembly [System.Data][0x0949ed98] MESSAGE: AssemblyLoadFinished ---- Assembly[System.Data]: 0x0949ed98; 0x0000001a MESSAGE: AssemblyLoadStarted ---- Assembly: 0x0949ef30; 0x0000001b MESSAGE: ModuleLoadStarted ---- Module: 0x0a593874; 0x0000001d MESSAGE: Failed to load symbols for module [C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\4a97aefc\9064429f_0104c801\Iesi.Collections.DLL] in [C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\4a97aefc\9064429f_0104c801]. MESSAGE: ModuleLoadFinished ---- Module[C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\4a97aefc\9064429f_0104c801\Iesi.Collections.DLL]: 0x0a593874; 0x0000001d MESSAGE: ModuleAttachedToAssembly ---- Module[C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\4a97aefc\9064429f_0104c801\Iesi.Collections.DLL]: 0x0a593874; 0x0000001d attached To Assembly[]: 0x0949ef30; 0x0000001b MESSAGE: Assembly Identity [Iesi.Collections, Version=1.0.0.3, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL]. EVENT: Monitoring Assembly [Iesi.Collections][0x0949ef30] MESSAGE: AssemblyLoadFinished ---- Assembly[Iesi.Collections]: 0x0949ef30; 0x0000001b MESSAGE: AssemblyLoadStarted ---- Assembly: 0x0949f1d8; 0x0000001c MESSAGE: ModuleLoadStarted ---- Module: 0x0ac5697c; 0x0000001e MESSAGE: Failed to load symbols for module [C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\d9732efc\f0dd409f_0104c801\Castle.DynamicProxy.DLL] in [C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\d9732efc\f0dd409f_0104c801]. MESSAGE: ModuleLoadFinished ---- Module[C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\d9732efc\f0dd409f_0104c801\Castle.DynamicProxy.DLL]: 0x0ac5697c; 0x0000001e MESSAGE: ModuleAttachedToAssembly ---- Module[C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\d9732efc\f0dd409f_0104c801\Castle.DynamicProxy.DLL]: 0x0ac5697c; 0x0000001e attached To Assembly[]: 0x0949f1d8; 0x0000001c MESSAGE: Assembly Identity [Castle.DynamicProxy, Version=1.1.5.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL]. EVENT: Monitoring Assembly [Castle.DynamicProxy][0x0949f1d8] MESSAGE: AssemblyLoadFinished ---- Assembly[Castle.DynamicProxy]: 0x0949f1d8; 0x0000001c MESSAGE: AssemblyLoadStarted ---- Assembly: 0x0949f260; 0x0000001d MESSAGE: ModuleLoadStarted ---- Module: 0x0acf7290; 0x0000001f MESSAGE: Failed to load symbols for module [C:\Windows\assembly\GAC_32\System.Transactions\2.0.0.0b77a5c561934e089\System.Transactions.dll] in [C:\Windows\assembly\GAC_32\System.Transactions\2.0.0.0b77a5c561934e089]. MESSAGE: ModuleLoadFinished ---- Module[C:\Windows\assembly\GAC_32\System.Transactions\2.0.0.0b77a5c561934e089\System.Transactions.dll]: 0x0acf7290; 0x0000001f MESSAGE: ModuleAttachedToAssembly ---- Module[C:\Windows\assembly\GAC_32\System.Transactions\2.0.0.0b77a5c561934e089\System.Transactions.dll]: 0x0acf7290; 0x0000001f attached To Assembly[]: 0x0949f260; 0x0000001d MESSAGE: Assembly Identity [System.Transactions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86]. EVENT: Monitoring Assembly [System.Transactions][0x0949f260] MESSAGE: AssemblyLoadFinished ---- Assembly[System.Transactions]: 0x0949f260; 0x0000001d MESSAGE: AssemblyLoadStarted ---- Assembly: 0x0949f480; 0x0000001e MESSAGE: ModuleLoadStarted ---- Module: 0x10ef4000; 0x00000020 MESSAGE: Failed to load symbols for module [C:\Windows\assembly\GAC_MSIL\Microsoft.VisualC\8.0.0.0b03f5f7f11d50a3a\Microsoft.VisualC.dll] in [C:\Windows\assembly\GAC_MSIL\Microsoft.VisualC\8.0.0.0b03f5f7f11d50a3a]. MESSAGE: ModuleLoadFinished ---- Module[C:\Windows\assembly\GAC_MSIL\Microsoft.VisualC\8.0.0.0b03f5f7f11d50a3a\Microsoft.VisualC.dll]: 0x10ef4000; 0x00000020 MESSAGE: ModuleAttachedToAssembly ---- Module[C:\Windows\assembly\GAC_MSIL\Microsoft.VisualC\8.0.0.0b03f5f7f11d50a3a\Microsoft.VisualC.dll]: 0x10ef4000; 0x00000020 attached To Assembly[]: 0x0949f480; 0x0000001e MESSAGE: Assembly Identity [Microsoft.VisualC, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL]. EVENT: Monitoring Assembly [Microsoft.VisualC][0x0949f480] MESSAGE: AssemblyLoadFinished ---- Assembly[Microsoft.VisualC]: 0x0949f480; 0x0000001e MESSAGE: AssemblyLoadStarted ---- Assembly: 0x0949f618; 0x0000001f MESSAGE: ModuleLoadStarted ---- Module: 0x0ad85cb4; 0x00000021 MESSAGE: Failed to load symbols for module [] in []. MESSAGE: ModuleLoadFinished ---- Module[]: 0x0ad85cb4; 0x00000021 MESSAGE: ModuleAttachedToAssembly ---- Module[]: 0x0ad85cb4; 0x00000021 attached To Assembly[]: 0x0949f618; 0x0000001f ERROR(0x80070057) Failed to get the assembly identity from module. ERROR(0x80070057) Failed to get Assembly Identity. MESSAGE: AssemblyLoadStarted ---- Assembly: 0x0949fbf0; 0x00000020 MESSAGE: ModuleLoadStarted ---- Module: 0x0af14d48; 0x00000022 MESSAGE: Failed to load symbols for module [C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\4916f939\a0be6594_4b0ac801\PersistentObjects.DLL] in [C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\4916f939\a0be6594_4b0ac801]. MESSAGE: ModuleLoadFinished ---- Module[C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\4916f939\a0be6594_4b0ac801\PersistentObjects.DLL]: 0x0af14d48; 0x00000022 MESSAGE: ModuleAttachedToAssembly ---- Module[C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\4916f939\a0be6594_4b0ac801\PersistentObjects.DLL]: 0x0af14d48; 0x00000022 attached To Assembly[]: 0x0949fbf0; 0x00000020 MESSAGE: Assembly Identity [PersistentObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null, processorArchitecture=MSIL]. EVENT: Monitoring Assembly [PersistentObjects][0x0949fbf0] MESSAGE: AssemblyLoadFinished ---- Assembly[PersistentObjects]: 0x0949fbf0; 0x00000020 MESSAGE: AssemblyLoadStarted ---- Assembly: 0x0949fd88; 0x00000021 MESSAGE: ModuleLoadStarted ---- Module: 0x0af16214; 0x00000023 MESSAGE: Failed to load symbols for module [C:\work\testReleases\testproject\v4.0.0\src\test\bin\Debug\PersistentObjects.dll] in [C:\work\testReleases\testproject\v4.0.0\src\test\bin\Debug]. MESSAGE: ModuleLoadFinished ---- Module[C:\work\testReleases\testproject\v4.0.0\src\test\bin\Debug\PersistentObjects.dll]: 0x0af16214; 0x00000023 MESSAGE: ModuleAttachedToAssembly ---- Module[C:\work\testReleases\testproject\v4.0.0\src\test\bin\Debug\PersistentObjects.dll]: 0x0af16214; 0x00000023 attached To Assembly[]: 0x0949fd88; 0x00000021 MESSAGE: Assembly Identity [PersistentObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null, processorArchitecture=MSIL]. EVENT: Monitoring Assembly [PersistentObjects][0x0949fd88] MESSAGE: AssemblyLoadFinished ---- Assembly[PersistentObjects]: 0x0949fd88; 0x00000021 MESSAGE: AssemblyLoadStarted ---- Assembly: 0x094a0718; 0x00000022 MESSAGE: ModuleLoadStarted ---- Module: 0x65ac0000; 0x00000024 MESSAGE: Failed to load symbols for module [C:\Windows\assembly\GAC_MSIL\System.Data.SqlXml\2.0.0.0b77a5c561934e089\System.Data.SqlXml.dll] in [C:\Windows\assembly\GAC_MSIL\System.Data.SqlXml\2.0.0.0b77a5c561934e089]. MESSAGE: ModuleLoadFinished ---- Module[C:\Windows\assembly\GAC_MSIL\System.Data.SqlXml\2.0.0.0b77a5c561934e089\System.Data.SqlXml.dll]: 0x65ac0000; 0x00000024 MESSAGE: ModuleAttachedToAssembly ---- Module[C:\Windows\assembly\GAC_MSIL\System.Data.SqlXml\2.0.0.0b77a5c561934e089\System.Data.SqlXml.dll]: 0x65ac0000; 0x00000024 attached To Assembly[]: 0x094a0718; 0x00000022 MESSAGE: Assembly Identity [System.Data.SqlXml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL]. EVENT: Monitoring Assembly [System.Data.SqlXml][0x094a0718] MESSAGE: AssemblyLoadFinished ---- Assembly[System.Data.SqlXml]: 0x094a0718; 0x00000022 MESSAGE: AppDomainShutdownStarted ---- AppDomain[domain-testAllTests.nunit]: 0x0061f4d8; 0x00000004 MESSAGE: AssemblyUnloadStarted ---- Assembly[nunit.core]: 0x005c9dc0; 0x0000000b MESSAGE: ModuleUnloadStarted ---- Module[C:\work\testproject\bin\nUnit\nunit.core.dll]: 0x026d2f98; 0x0000000d MESSAGE: AssemblyUnloadStarted ---- Assembly[nunit.core.interfaces]: 0x005c9f58; 0x0000000c MESSAGE: ModuleUnloadStarted ---- Module[C:\work\testproject\bin\nUnit\nunit.core.interfaces.dll]: 0x026d39c0; 0x0000000e MESSAGE: AssemblyUnloadStarted ---- Assembly[System]: 0x005c9fe0; 0x0000000d MESSAGE: ModuleUnloadStarted ---- Module[C:\Windows\assembly\GAC_MSIL\System\2.0.0.0b77a5c561934e089\System.dll]: 0x026d3f78; 0x0000000f MESSAGE: AssemblyUnloadStarted ---- Assembly[System.Configuration]: 0x005ca178; 0x0000000e MESSAGE: ModuleUnloadStarted ---- Module[C:\Windows\assembly\GAC_MSIL\System.Configuration\2.0.0.0b03f5f7f11d50a3a\System.Configuration.dll]: 0x02a20c64; 0x00000010 MESSAGE: AssemblyUnloadStarted ---- Assembly[System.Xml]: 0x005ca288; 0x0000000f MESSAGE: ModuleUnloadStarted ---- Module[C:\Windows\assembly\GAC_MSIL\System.Xml\2.0.0.0b77a5c561934e089\System.Xml.dll]: 0x02a29038; 0x00000011 MESSAGE: AssemblyUnloadStarted ---- Assembly[nunit.core.extensions]: 0x005c9650; 0x00000010 MESSAGE: ModuleUnloadStarted ---- Module[C:\work\testproject\bin\nUnit\nunit.core.extensions.dll]: 0x02c0e084; 0x00000012 MESSAGE: AssemblyUnloadStarted ---- Assembly[test.Foundation]: 0x005ca750; 0x00000011 MESSAGE: ModuleUnloadStarted ---- Module[C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\3f8d0fa9\d0d00f50_9509c801\test.Foundation.DLL]: 0x02c0f770; 0x00000013 MESSAGE: AssemblyUnloadStarted ---- Assembly[nunit.framework]: 0x005ca860; 0x00000012 MESSAGE: ModuleUnloadStarted ---- Module[C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\78564288\00c16fa0_0104c801\nunit.framework.DLL]: 0x0511b37c; 0x00000014 MESSAGE: AssemblyUnloadStarted ---- Assembly[test.Core]: 0x005ca970; 0x00000013 MESSAGE: ModuleUnloadStarted ---- Module[C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\60870e56\f084f351_9509c801\test.Core.DLL]: 0x051e4ad0; 0x00000015 MESSAGE: AssemblyUnloadStarted ---- Assembly[test.Core.Database]: 0x005caa80; 0x00000014 MESSAGE: ModuleUnloadStarted ---- Module[C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\88721d9f\a08dc4f5_bc09c801\test.Core.Database.DLL]: 0x05330864; 0x00000016 MESSAGE: AssemblyUnloadStarted ---- Assembly[test.IntegrationTests]: 0x005cab08; 0x00000015 MESSAGE: ModuleUnloadStarted ---- Module[C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\787b2d97\a0faa452_9509c801\test.IntegrationTests.DLL]: 0x05334e68; 0x00000017 MESSAGE: AssemblyUnloadStarted ---- Assembly[System.Security]: 0x005cadb0; 0x00000016 MESSAGE: ModuleUnloadStarted ---- Module[C:\Windows\assembly\GAC_MSIL\System.Security\2.0.0.0b03f5f7f11d50a3a\System.Security.dll]: 0x07ac98a8; 0x00000018 MESSAGE: AssemblyUnloadStarted ---- Assembly[System.Data.SqlXml]: 0x005caec0; 0x00000017 MESSAGE: ModuleUnloadStarted ---- Module[C:\Windows\assembly\GAC_MSIL\System.Data.SqlXml\2.0.0.0b77a5c561934e089\System.Data.SqlXml.dll]: 0x07aca424; 0x00000019 MESSAGE: AssemblyUnloadStarted ---- Assembly[log4net]: 0x0949eb78; 0x00000018 MESSAGE: ModuleUnloadStarted ---- Module[C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\ce3cf882\b0c9539f_0104c801\log4net.DLL]: 0x07acb7c8; 0x0000001a MESSAGE: AssemblyUnloadStarted ---- Assembly[NHibernate]: 0x0949ec88; 0x00000019 MESSAGE: ModuleUnloadStarted ---- Module[C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\b7dfeb40\e0cd519f_0104c801\NHibernate.DLL]: 0x07acc58c; 0x0000001b MESSAGE: AssemblyUnloadStarted ---- Assembly[System.Data]: 0x0949ed98; 0x0000001a MESSAGE: ModuleUnloadStarted ---- Module[C:\Windows\assembly\GAC_32\System.Data\2.0.0.0b77a5c561934e089\System.Data.dll]: 0x07ace5bc; 0x0000001c MESSAGE: AssemblyUnloadStarted ---- Assembly[Iesi.Collections]: 0x0949ef30; 0x0000001b MESSAGE: ModuleUnloadStarted ---- Module[C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\4a97aefc\9064429f_0104c801\Iesi.Collections.DLL]: 0x0a593874; 0x0000001d MESSAGE: AssemblyUnloadStarted ---- Assembly[Castle.DynamicProxy]: 0x0949f1d8; 0x0000001c MESSAGE: ModuleUnloadStarted ---- Module[C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\d9732efc\f0dd409f_0104c801\Castle.DynamicProxy.DLL]: 0x0ac5697c; 0x0000001e MESSAGE: AssemblyUnloadStarted ---- Assembly[System.Transactions]: 0x0949f260; 0x0000001d MESSAGE: ModuleUnloadStarted ---- Module[C:\Windows\assembly\GAC_32\System.Transactions\2.0.0.0b77a5c561934e089\System.Transactions.dll]: 0x0acf7290; 0x0000001f MESSAGE: AssemblyUnloadStarted ---- Assembly[Microsoft.VisualC]: 0x0949f480; 0x0000001e MESSAGE: ModuleUnloadStarted ---- Module[C:\Windows\assembly\GAC_MSIL\Microsoft.VisualC\8.0.0.0b03f5f7f11d50a3a\Microsoft.VisualC.dll]: 0x10ef4000; 0x00000020 MESSAGE: AssemblyUnloadStarted ---- Assembly[rpr5u1gn]: 0x0949f618; 0x0000001f MESSAGE: ModuleUnloadStarted ---- Module[]: 0x0ad85cb4; 0x00000021 MESSAGE: AssemblyUnloadStarted ---- Assembly[PersistentObjects]: 0x0949fbf0; 0x00000020 MESSAGE: ModuleUnloadStarted ---- Module[C:\Users\robbie.thng\AppData\Local\Temp\nunit20\ShadowCopyCache\3024_633275176560420000\Tests\assembly\dl3\4916f939\a0be6594_4b0ac801\PersistentObjects.DLL]: 0x0af14d48; 0x00000022 MESSAGE: AssemblyUnloadStarted ---- Assembly[PersistentObjects]: 0x0949fd88; 0x00000021 MESSAGE: ModuleUnloadStarted ---- Module[C:\work\testReleases\testproject\v4.0.0\src\test\bin\Debug\PersistentObjects.dll]: 0x0af16214; 0x00000023 MESSAGE: AppDomainShutdownFinished ---- AppDomain[domain-testAllTests.nunit]: 0x0061f4d8; 0x00000004 EVENT: Profiler Shutdown


Re: External component has thrown an exception

The solution for you is not obvious. Let's take this into our support team and see if we can figure out what is going on.


RE: External component has thrown an exception

Was a solution found?


RE: External component has thrown an exception

yes.

The problem was that NCoverExplorer was misinterpreting NCover's output and reporting a problem when there was none. The problem has been fixed in the latest version.

Stephen