Hi Danny,
I tried to reproduce this issue, this is what I did:
Part 1:
- Installed version 7.1.6.
- Compiled the examples in VS 2010.
- Copied the binaries to a different location.
Typemock Binaries(all version 7.1.6):
- Configuration.dll
Typemock.ArrangeActAssert.dll
TypeMock.dll
Test binaries:
- Typemock.Examples.CSharp.dll
- Installed version 7.4.2.
- Compiled the examples in VS 2010.
Part 2:
Using TMockRunner 7.4.2 to run tests referencing 7.4.2:
"C:Program Files (x86)TypemockIsolator.4TMockRunner.exe" "C:Program Files (x86)
Microsoft Visual Studio 10.0Common7IDEMSTest.exe" /testcontainer:"C:
7.4.2Typemock.Examples.CSharp.dll"
Using TMockRunner 7.4.2 to run tests referencing 7.1.6:
"C:Program Files (x86)TypemockIsolator.4TMockRunner.exe" "C:Program Files (x86)
Microsoft Visual Studio 10.0Common7IDEMSTest.exe" /testcontainer:"C:
7.1.6Typemock.Examples.CSharp.dll"
Both commands ran the specified test dlls and all tests passed.
Please let me know if it helps(in case it doesn't,send us an error message or a dump file with the record of this issue).