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,
 
go to add reference and select "System.Management" in Net Tab.
see whether can get it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top