random .NET and web development musings

Just a quick one, but it took me a while to figure this out. Hopefully this can help someone else out.

To get MSpec working with ReSharper you need to copy all the MSpec dlls into the resharper’s plugins folder, so you end up with:

ReSharper/bin/plugins/machine.specifications/<dlls here>

Make sure you delete whichever one of the ReSharperRunner dlls is not your ReSharper version!

Enjoy :)

1 COMMENT
Alexander Groß
May 19, 2009
ad

Yeah, that’s the same procedure with any other ReSharper plug-in that doesn’t have a nasty MSI installer. I should have been more upfront about the xcopy deployment, nonetheless.

Post a comment