I am currently working on a metro app in Visual Studio 2013. I need to access the Windows Management Instrumentation class (WMI) of the namespace System.Management. This namespace is already referenced but I cant use it in a using statement like this:
using System.Management;
Edited byCoOlDud3Monday, November 18, 2013 11:59 AMGrammar