I am trying to get the MSpec plugin to work with ReSharper 5.1 running Visual Studio Premium 2010.

I have followed the install procedure and copied the Machine.Specification.dll and Machine.Specifications.ReSharperRunner.5.1.dll and the associated PDB files to the ReSharper plugins folder.

When Visual Studio starts I get this error message:

Machine.Specification could not be loaded

How do I resolve this? All the required DLL files are there. The DLL files are not on a network location.

link|improve this question

57% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Please open the MSpec DLLs' properties in Explorer and click the "unblock" button on the first tab page. You need to do this for both Machine.Specifications.dll and Machine.Specifications.ReSharperRunner.x.y.dll.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.