Hi,
We're running into an issue where we are seeing the following error logged:
TypeMockRegister Error=*** Typemock Isolator Cannot be deployed, following file is required: C:UserssvcTFSApplicationAppDataLocalTempBuildAgentAssemblies
amespaces.dat C:UserssvcTFSApplicationAppDataLocalTempBuildAgentAssemblies ypemockconfig.xml C:UserssvcTFSApplicationAppDataLocalTempBuildAgentAssembliesTypeMock.Configuration.exe C:UserssvcTFSApplicationAppDataLocalTempBuildAgentAssembliesTypemock.ArrangeActAssert.dll C:UserssvcTFSApplicationAppDataLocalTempBuildAgentAssembliesTypemock.Isolator.VisualBasic.dll C:UserssvcTFSApplicationAppDataLocalTempBuildAgentAssembliesexclude.dat C:UserssvcTFSApplicationAppDataLocalTempBuildAgentAssemblieslacklist.dat C:UserssvcTFSApplicationAppDataLocalTempBuildAgentAssembliesMockWeaver.dll C:UserssvcTFSApplicationAppDataLocalTempBuildAgentAssembliesProfileLinker.dll C:UserssvcTFSApplicationAppDataLocalTempBuildAgentAssembliesdMockWeaver.dll C:UserssvcTFSApplicationAppDataLocalTempBuildAgentAssembliesdProfileLinker.dll
We are setting the AutoDeploy direction in the build template to a project specific location (i.e. using the "Typemock Isolator per Team Project or Branch" model) so we shouldn't need to deploy these assemblies to the TFS custom build activities folder.
This only started to happen when we updated to v8.1.1.11 of TypeMock. Previously, we were on 7.5. After eliminating the obvious things, I decided to decompile the code of the TypeMockRegister task in the TypeMock.TFS2012 assembly. I noticed that the AutoDeployDir property is never forwarded to the TypeMockRegisterInfo class. Here is a screenshot.

Could this be the source of the error??
Thanks in advance,
Carlos