Tomas Aschan
Tomas Aschan

Reputation: 60634

Can't install Moles in Visual Studio 2010 SP1

I'm trying to install Moles (without Pex, since Pex is only available for free for non-commercial purposes) using the downloads found here (that's the x86 version, I've tried the x64 version as well).

The installer(s) run without errors, and inform me that Moles have been installed correctly. But when I start Visual Studio, I see no trace that this add-in should be installed. It doesn't show up among the installed extensions in Extension manager, and I can't add any Moles items into my projects.

Is there some installation step that I'm missing here?

Upvotes: 2

Views: 979

Answers (1)

Peter
Peter

Reputation: 27944

To check if moles is installed go to:

--> Help --> About Microsoft Visual Studio

If it is in the list, it is installed. To use moles you have to create a test project and go to the reference in the test project you want to mole. Right click and Add Moles Assembly.

I see some posts of VS.NET SP1 with moles. So installing is possible.

Upvotes: 4

Related Questions