ManagementObjectSearcher doesn't in namespcae.

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

Boki

Hi All,

Got a problem when checking mac address:

System.Management.ManagementObjectSearcher msearch = new
ManagementObjectSearcher();

The complie error message is "ManagementObjectSearcher doesn't in
namespcae"
However, the using System.Management; is used, missing anything ?

Thanks.
Boki.
 

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