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
0 votes
Hello,

In MS Test, if I click on a class and say execute tests from the context menu, TypeMock works fine. But when I try to run all of my tests in my test project, or try to execute a single test in the project view (there are about 1570 tests), I get this error:

Unit Test Adapter threw exception:
Could not load file or assembly 'Typemock.ArrangeActAssert, Version=6.0.6.0, Culture=neutral, PublicKeyToken=3dae460033b8d8e2' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040).

Any idea why?

Also, if I run tests across multiple projects, it also errors out.

Thanks.
asked by bmains (13.2k points)

1 Answer

0 votes
Hi,

This may happen when test projects reference different versions of the same dll (Typemock.ArrangeActAssert).

Perhaps you have a reference somewhere to an old version of Isolator?

_________________
Regards

Yonatan,
TypeMock Support
answered by yonatan (1.6k points)
...