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
I got following expection when debug unit test under VS2010.

*** Typemock Isolator is not currently enabled.
To enable do one of the following:

* To run Typemock Isolator as part of an automated process you can:
- run tests via TMockRunner.exe command line tool
- use 'TypeMockStart' tasks for MSBuild or NAnt

* To work with Typemock Isolator inside Visual Studio.NET:
set Tools->Enable Typemock Isolator from within Visual Studio

For more information consult the documentation (see 'Running' topic)

please help, I sent email to support to support@typemock.com, no one reply.
asked by lidong (600 points)

1 Answer

0 votes
Hi,

Sorry for the delay, it seems like we have some time zone differences :)
The problem is probably because of VS2010 Intellitrace. Try to disable Intellitrace and see if it solves the problem.
In order to disable Intellitrace look here:
http://msdn.microsoft.com/en-us/library/dd264948.aspx
answered by ohad (35.4k points)
...