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
Hi,
I tried to install typeMock 3.0.2 in Windows XP and work with Visual Studio 2003. However, after installing TypeMock, when I lauched the VS2003, it shows the error messge.
" The Add-in 'TypeMock.NET' failed to load or caused an exception."
"Error message: the system cannot find the file specified."
"Error number:80070002"

I selected the option of "everyone for this application" when I installed it.

So, can I run it with VS 2003 :?:

Thansk for response. :D
asked by flying13 (1.2k points)

5 Answers

0 votes
Hi can you please run regedit.exe and tell me what keys and values are under:

HKEY_CLASSES_ROOTCLSID{229C385D-0F41-4E56-A834-531EF0AFDDD6}InprocServer32
HKEY_CLASSES_ROOTTypeMockAddin.Connect
answered by richard (3.9k points)
0 votes
Hope you guys don't mind me picking up this thread. Here are the values you asked for richard:

[HKEY_CLASSES_ROOTCLSID{229C385D-0F41-4E56-A834-531EF0AFDDD6}InprocServer32]
@="mscoree.dll"
"CodeBase"="C:\Program Files\TypeMock.NET\TypeMock.NET\TypeMockAddin.dll"
"Class"="TypeMockAddin.Connect"
"Assembly"="TypeMockAddin, Version=3.0.2.0, Culture=neutral, PublicKeyToken=null"
"RuntimeVersion"="v1.1.4322"
"ThreadingModel"="Both"

[HKEY_CLASSES_ROOTCLSID{229C385D-0F41-4E56-A834-531EF0AFDDD6}InprocServer32.0.2.0]
"RuntimeVersion"="v1.1.4322"
"CodeBase"="C:\Program Files\TypeMock.NET\TypeMock.NET\TypeMockAddin.dll"
"Class"="TypeMockAddin.Connect"
"Assembly"="TypeMockAddin, Version=3.0.2.0, Culture=neutral, PublicKeyToken=null"



[HKEY_CLASSES_ROOTTypeMockAddin.Connect]
@="TypeMockAddin.Connect"

[HKEY_CLASSES_ROOTTypeMockAddin.ConnectCLSID]
@="{229C385D-0F41-4E56-A834-531EF0AFDDD6}"
answered by ariffd (140 points)
0 votes
Hi,
I have been trying to reproduce this without success.
Please can you list the addins that are on your machine.

Also please make sure that Office.dll, EnvDTE.dll, Extensibility.dll are in the GAC (and the versions are correct)
answered by richard (3.9k points)
0 votes
I have exactly the same problem with VS 2003. With the previous version
everything was fine.
answered by sacate (140 points)
0 votes
This issue is fixed in version 3.0.3 :D
answered by scott (32k points)
...