Hi,
I am running VS2015 Update 1 with typemock 8.3.107 and also Resharper 10.
I have a project that uses typemock and whenever I try to debug from VS it I get the error below.
Runner is enabled, so is integrate with other Runners.
Tried to disable/re-enable - nothing...
Thanks,
Moshe
'Isolate.Fake.Instance<ILogger>()' threw an exception of type 'TypeMock.TypeMockException'
Data: {System.Collections.ListDictionaryInternal}
HResult: -2146233088
HelpLink: null
InnerException: null
Message: "
*** 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')"
Source: "TypeMock"
StackTrace: " at TypeMock.InterceptorsWrapper.VerifyInterceptorsIsLoaded()
at _o5NtKPKBqjpK2bca2sSrdbWge9t_._oEVqK2sNvaVRxKTchvwFj5JouMq_._vEe0Eg4rD42QZEmXdUs2Gqo0EQC_()
at TypeMock.MockManager.Init(Boolean collectAllCalls)
at TypeMock.MockManager.Init()
at _3qYkTLMWTAlbjHapXrg376QjqFI_._LdOrBrli6Ihgi9rHoQihjJtkBCi_._8P6OirTYMwcdVWOmCbp00BddeWc_[u0001](Members , Constructor , Constructor , Type , Object[] )
at _3qYkTLMWTAlbjHapXrg376QjqFI_._LdOrBrli6Ihgi9rHoQihjJtkBCi_.Instance[T](Members behavior)
at _3qYkTLMWTAlbjHapXrg376QjqFI_._LdOrBrli6Ihgi9rHoQihjJtkBCi_.Instance[T]()"
TargetSite: {Void VerifyInterceptorsIsLoaded()}