I have installed Isolator 7.0 on our build server and updated our build to use the TypemockStart and TypemockStop build activities (we previously used another build activity which uses tmockrunner.exe).
The project I am using has the following (version 6.02) assemblies in it's source control (added via a nuget package):
*Typemock.ArrangeActAssert
*TypeMock.CLI.Common
*TypeMock
*TypeMock.Integration
*Typemock.Interceptors
*TypeMock.MSBuild
When the tests run on the build server they fail with:
Unit Test Adapter threw exception:
Could not load file or assembly 'Typemock.ArrangeActAssert, Version=6.0.2.0, Culture=neutral, PublicKeyToken=3dae460033b8d8e2' or one of its dependencies. The system cannot find the file specified..
All the tests run fine locally using Isolator 7.0 (or 6.0.2).