system.management - where is it?

  • Thread starter Thread starter Bernie Yaeger
  • Start date Start date
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
 
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.
 
* "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".
 
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...'.
 
I have it! Thanks Sven.

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

Thanks

John
 
Back
Top