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 have installed VS2010 with TypeMock 7.0.9.0 on Windows 2008 R2.
Started last week, I upgrade VS2012 to build on TFS2010 and noticed that TypeMock test gets skipped for one of the solution we have (typeMock unit test works on another solution, which is still in VS2010 version, running from VS2012, in a different build server).

Since the typeMock unit test build processes seems like it gets skipped, I decided upgrading to the latest TypeMock 7.1.6 after reading the previous forum, however, I'm running into the error message attached and the ActivityLog.xml contains the pretty much same error as below.

<entry>
<record>46</record>
<time>2012/12/07 18:28:32.038</time>
<type>Error</type>
<source>VisualStudio</source>
<description>End package load [Typemock.AutoRunner.Addin.AutoRunnerPackage, Typemock.AutoRunner.Addin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=3dae460033b8d8e2]</description>
<guid>{46E25EE4-59ED-4CC5-8969-AE7F975D72FC}</guid>
<hr>80004005 - E_FAIL</hr>
<errorinfo>Could not load file or assembly 'file:///C:UsersxxxxxAppDataLocalMicrosoftVisualStudio .0ExtensionsTypemockAutoRunner.0Typemock.AutoRunner.Addin.dll' or one of its dependencies. The system cannot find the file specified.</errorinfo>
</entry>

typemock.png
asked by ilovegamefly (2.5k points)

1 Answer

0 votes
Never mind on this post, I had to disable the TypeMock Productivity from the installation in order to install the only the Isolator.
answered by ilovegamefly (2.5k points)
...