using System.Management

  • Thread starter Thread starter Andrew Chen
  • Start date Start date
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!?!
 
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?
 
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".
 
Back
Top