Hi
I've read through the instructions on your site and checked various similar posts in your forum and we still don't have an answer as to why the team build won't work.
This is what we have done step by step
1. Followed the instructions on this page
http://docs.typemock.com/Isolator/##typemock.chm/Documentation/TFSBuild.html
2. That did not work so I read a few forum posts and saw that I had to Check in the following dlls to the folder which is set as the path that the build controller looks for custom assemblies. which I did.
TypeMock.CLI.Common.dll
TypeMock.dll
TypeMock.Integration.dll
TypeMock.TFS2010.dll
TypemockBuildActivity.dll
I'm still getting the same message.
Test method Test.Silverlight.TypeMock.BPClipboardTests.Copy_AsksCurrentClipboardOperationsExecutorToPeformCut threw exception:
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