chevron-thin-right chevron-thin-left brand cancel-circle search youtube-icon google-plus-icon linkedin-icon facebook-icon twitter-icon toolbox download check linkedin phone twitter-old google-plus facebook profile-male chat calendar profile-male
0 votes
Hi,

I added two new test projects to our solution and mstest crashes with the following error:

Faulting application name: MSTest.exe, version: 11.0.60610.1, timestamp: 0x51b51d1b
Faulting module name: MockWeaver.dll, version: 0.0.0.0, time stamp: 0x521e179a
Exception code: 0xc0000409
Fault offset: 0x0000ef56
Faulting process id: 0x2a14

Playing a bit with the solution shows that MockWeaver.dll crashes whenever there are more than 80 tests in the test session.

Is this a real limitation or is that a bug?
asked by Crispin (1.6k points)

1 Answer

0 votes
Hi Crispin,

We solved that issue already, the fix will be available in the next release (the one after 7.4.3).
The latest version is always available in the following link: https://www.typemock.com/download_isolator_complete
answered by alex (17k points)
...