can't using System.Management;

  • Thread starter Thread starter Boki
  • Start date Start date
B

Boki

Hi All,

When I add:
using System.Management;

it can't pass complier, anything wrong?

Is it because C# express limitation ?

Thanks!

Best regards,
Boki.
 
Boki said:
When I add:
using System.Management;

it can't pass complier, anything wrong?

You will need to add in the project a Reference to System.Management.dll.
(In visual Studio 2005, right click on the project -> Property pages ->
References).
 

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