I'm trying to follow the instructions located at How-To Create a Hello World Snap-in using Visual Studio 2010 and it tells me I need to reference Micorosft.MagamentConsole.dll which can be found in the MMC 3.0 SDK, which is in turn part of the Windows SDK.
My problem is that I already have the Windows SDK installed (specifically the Microsoft Windows SDK for Windows 7, both versions 7.0 and 7.1 (I'm not sure what the difference is)) however I cant find the required Microsoft.ManagementConsole.dll assembly anywhere:
Where can I / should I reference this assembly from?
On my system it is located in %ProgramFiles%\Reference Assemblies\Microsoft\MMC\v3.0
. That location, "reference assemblies", also suggests it is the place you should include it from.