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
Hi ,
I created new project for type mock test in Visual studio 2010 . project get compile success and when begin the test it throws below error
"Error Sample_Test_Function SampleUnitTest The test adapter ('Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestAdapter, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.Adapter, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a') required to execute this test could not be loaded. Check that the test adapter is installed properly. Could not load file or assembly 'Microsoft.VisualStudio.QualityTools.Tips.UnitTest.Adapter, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) "

give your comments or suggestion to solve this issue.
Thanks in advance

thanks
shakumar
asked by shakumar21 (600 points)

1 Answer

0 votes
Hi Shakumar,

Please Install the following version: https://www.typemock.com/files/patches/T ... .3.6.0.msi

After you do run the test again, send me Typemock logs if it fails.

In order to activate the logs, open VS -> Typemock menu -> options -> Visual Studio tab -> check all the boxes.

Don't forget to turn off the logs after you finish.
Looking forward to your feedback.
answered by alex (17k points)
...