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
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
asked by arvin (640 points)

2 Answers

0 votes
Hi,

Is Isolator installed on the build agent or do you use the Auto-Deploy feature? If you're using Auto-Deploy, does the script call register before start?

Just to make sure, are you using the TFS2010 activity and not the TFS2008?
answered by Elisha (12k points)
0 votes
The same version of Isolator is installed on the build server and the machine I'm using to configure the build. Version 7.0.6

I am using TFS 2010 activity via the Typemock.TFS2010.dll file using the instructions for TFS 2010 from http://docs.typemock.com/Isolator/##typemock.chm/Documentation/TFSBuild.html
answered by arvin (640 points)
...