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
Welcome to Typemock Community! Here you can ask and receive answers from other community members. If you liked or disliked an answer or thread: react with an up- or downvote.
0 votes
How can you make TypeMock work inside SharpDevelop?

I get this error when running a test:

TypeMock.TypeMockException :
*** 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) - c:LocalEngineTickZoomUnitTestTradingFrameworkTickSimulatorTest.cs:47
asked by tickzoom (2.7k points)

1 Answer

0 votes
We currently do not have #Develop addin that would enable you to run Isolator from the IDE.
You can use TMockRunner to run #Develop executable instead:
Just run the following from the command line - TMockRunner SharpDevelop.exe
answered by dhelper (11.9k points)
...