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 there,
Just installed TypeMock.net 3.5.1 64 bit verison on Server 2003 R2 service pack 1 with VS2005. I am using the Demo license until I get a few tests running first...

There is no "Enable TypeMock.net" in the VS2005 tools menu, so when I try to run my tests (using the VS test runner), they obviously fail with a TypeMock exception.

I've checked the GAC, and the TypeMock assembly v3.5.1 is in there. I've even rebooted and tried the "Repair" mode of the TypeMock MSI.

Is this a supported configuration? I do have admin permissions on the machine, so am at a loss as how to continue...

Sincerely
Pete
________
Tv news
asked by pmcevoy (4.7k points)

3 Answers

0 votes
Hi,
If I am not mistaken VS2005 only runs as a 32 bit application (i.e. It is running under WOW64).
:idea: To enable the VS integration just install the 32bit TypeMock.
answered by scott (32k points)
0 votes
Thanks Scott, that worked a treat.

I am now quite confused as to what the 64bit version is for and why I would need it?


Pete
________
Launch Box
answered by pmcevoy (4.7k points)
0 votes
If you are writting code for 64 bit machines you should test them under 64bit machines too.
The 64 bit version is used for running 64 bit TypeMock tests on 64 bit machines.

More infomation can be found in the Documentation
answered by scott (32k points)
...