system.management - where is it?

B

Bernie Yaeger

In a different thread, I was told to look at the system.management
namespace. When I tried to import it, my system does not show that
namespace. System is of course there, but not management. Do I have to add
something to net framework 1.1?

Thanks for any help.

Bernie Yaeger
 
S

Sven Groot

Bernie said:
In a different thread, I was told to look at the system.management
namespace. When I tried to import it, my system does not show that
namespace. System is of course there, but not management. Do I have
to add something to net framework 1.1?

It's in the framework, your project just doesn't have the correct assemblies
referenced for that namespace. You need to add a reference in your project
to the assembly System.Management.Dll first.
 
H

Herfried K. Wagner [MVP]

* "Bernie Yaeger said:
In a different thread, I was told to look at the system.management
namespace. When I tried to import it, my system does not show that
namespace. System is of course there, but not management. Do I have to add
something to net framework 1.1?

Reference "System.Management.dll".
 
S

Sven Groot

John said:
How does one add a reference to System.Management?

Using Visual Studio: in the solution explorer, right click your project,
select 'Add Reference...'.
 
J

John T. Howard

I have it! Thanks Sven.

Where can I find what else is avialable via Sysem Management?

Thanks

John
 

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