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
I’m interested in using your product, especially SilverUnit and I’m trying to test some simple Silverlight application. I’m using MSTest framework. I’ve created new test project in VS2008 and added the references to CThru.Silverlight.dll and TypeMock.dll assemblies. Also, I’ve added only one empty method:

[TestMethod, SilverlightUnitTest]
public void TestWithSilverUnit()
{
}

But, when I tried to run that is start the tests it failed with the following error:

Unit Test Adapter threw exception: Could not load file or assembly 'TypeMock, Version=5.2.2.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).

I really want to try your product because I can suggest the management of my company to buy it if we need it for our near future testing.

Could you help me, please, to resolve this issue?

Also, I want to try SilverUnit capabilites for testing API and UI portions of Silverlight application. Is it possible to do both?


Thank you in advance.

Goran
asked by tesicg (1.3k points)

2 Answers

0 votes
Hi Goran

Roy updated the latest binary version to compile against Typemock Isolator version 5.3.0
Please try it and tell me if it solves the problem.
answered by ohad (35.4k points)
0 votes
After I used new updated binaries, there was no error. :)

Thank you very much Ohad.
answered by tesicg (1.3k points)
...