I recently stumbled over what seems like it could be a bug in TypeMock: When TypeMock 3.7.1 is linked with NCover 1.5.8 all .Net 2.0 processes started from VS2005 crashes. II7 will hang when I attempt to debug ASP.Net pages, the internal VS2005 web server also crashes and when pressing F1 the help pops up and closes again.
Running my ASP.Net app in IIS directly from Internet Explorer works fine. If I start the development server from the command prompt it does not crash. And if I launch the help from the start menu it does not crash either.
Unlinking NCover fixes the problem. I have not tested with other versions than TypeMock 3.7.1 and NCover 1.5.8. The x64 version of TypeMock is installed.
From the event log:
- <Event xmlns="
http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name=".NET Runtime" />
<EventID Qualifiers="0">1023</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2007-05-10T11:39:06.000Z" />
<EventRecordID>2328</EventRecordID>
<Channel>Application</Channel>
<Computer>sister-bear</Computer>
<Security />
</System>
- <EventData>
<Data>.NET Runtime version 2.0.50727.312 - Fatal Execution Engine Error (7A062A61) (80131506)</Data>
</EventData>
</Event>