Problem with System.Managemant

  • Thread starter Thread starter SnakeS
  • Start date Start date
S

SnakeS

Hi,

I've installed correctly Framework 1.1 SDK, Visual Studio 2003, and WMI SDK
with all dependancies, but the class System.Management there isn't.

Why? What do I install it?

Thanks
 
There is no System.Managment class, but there is a System.Management
namespace. Perhaps this is causing some of your confusion?

Go to the project menu, select Add Refernce, and select the
System.Management assembly.

HTH,
 
Back
Top