I'm getting this error when I try to run the tests using NCrunch, but they run with out errors if I just run them without NCrunch:
"TypeMock.TypeMockException:
*** Typemock Isolator is currently disabled. Enable using the following:
* Within Visual Studio:
- Use Typemock Smart Runner
- For other runners, Choose Typemock Menu and click "Integrate with Other Runners"
* 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
For more information consult the documentation (see 'Running Unit Tests in an Automated Build')
at TypeMock.InterceptorsWrapper.VerifyInterceptorsIsLoaded()
at _o5NtKPKBqjpK2bca2sSrdbWge9t_._oEVqK2sNvaVRxKTchvwFj5JouMq_._vEe0Eg4rD42QZEmXdUs2Gqo0EQC_()
at TypeMock.MockManager.Init(Boolean collectAllCalls)
at _3qYkTLMWTAlbjHapXrg376QjqFI_._LdOrBrli6Ihgi9rHoQihjJtkBCi_._8P6OirTYMwcdVWOmCbp00BddeWc_[](Members , Constructor , Constructor , Type , Object[] )
at _3qYkTLMWTAlbjHapXrg376QjqFI_._LdOrBrli6Ihgi9rHoQihjJtkBCi_.Instance[T](Members behavior)
at _3qYkTLMWTAlbjHapXrg376QjqFI_._LdOrBrli6Ihgi9rHoQihjJtkBCi_.Instance[T]()
at Libraries.Test.TestBase..ctor() in ..LibrariesTestTestBase.cs:line 192
at.ests.ET_ExamsRepository..ctor()"
How to fix this?