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,

when installing TypeMock on a Vista 64bit machine with Visual Studio 2008 Professional, the VS add-in doesn't seem to be installed. The Tools > Enable TypeMock.NET option is not present, and running tests throw a TypeMock.TypeMockException saying that TypeMock.NET is not enabled.

I've tried both TypeMock 4.1 and the 4.2.1 beta with similar results. Any ideas?
asked by Fredrik (1.1k points)

2 Answers

0 votes
Hi Fredrik,

There's a known issue that has not been resolved yet, that for running the 64-bit version, you also need to install the 32-bit version. It has to do with the fact that VS runs in 32 bit mode.

Please make sure that both are installed (of the same product version, obviously - we would like your take on the new 4.2.1 ).

Let me know how this turns out.
answered by gilz (14.5k points)
0 votes
Thanks, that did the trick :)
answered by Fredrik (1.1k points)
...