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
After installing Typemock I get the error
"The Add-In 'Typemock-Isolator' could not be loaded or raised an exception.'
Error-Message: Invalid index
Errornumber: 8002000b


I am using Windows7 64 bit and Visual Studio 2008 Professional (both german language version).


Any ideas? Thanks!
asked by Fortis (640 points)

6 Answers

0 votes
Hi Fortis,

If you are using Isolator version 5.3.5 it might be related to a bug we just discovered.
The workaround until we'll fix it is:
1. Do a search on your machine for "stdole.dll"
2. Open the visual studio command line as administrator and install the dll to the gac:
gacutil -i stdole.dll
3. Open Visual Studio.

Please let me know if it helps.
answered by ohad (35.4k points)
0 votes
Nope, sorry. Successfully added the dll to the GAC, but still the same error.
answered by Fortis (640 points)
0 votes
Hi Fortis,

We found another bug in the addin.
We will fix it and send you the patch.
answered by ohad (35.4k points)
0 votes
Hi Fortis,

I sent you a patch that should fix the problem.
Please check it out and let me know if it helps.
answered by ohad (35.4k points)
0 votes
Hi Fortis,

I sent you a patch that should fix the problem.
Please check it out and let me know if it helps.


hi ohad,i have the same problem ,can you sent me a patch too ?
answered by l-tang (180 points)
0 votes
Hi,
The fix is included in our latest version 5.4.4.
You can download it from here
answered by ohad (35.4k points)
...