using System.Management

A

Andrew Chen

Hi:

I've been unable to compile the namespace
System.Management, which returns an error decribing the
reference does not exist. Can anyone tell what happened
there? My thinking is that I need to upgrade .NET
framework to version 1.1!?!
 
J

Jon Skeet

Andrew Chen said:
I've been unable to compile the namespace
System.Management, which returns an error decribing the
reference does not exist. Can anyone tell what happened
there? My thinking is that I need to upgrade .NET
framework to version 1.1!?!

Have you added a reference to the System.Management.dll assembly?
 
J

Jon Skeet

Andrew Chen said:
How do you add a reference to a .dll?

Are you working with Visual Studio .NET? If so, under the project
there's a "references" entry - right click on it, and there'll be an
item "Add Reference".
 

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

Top