WMI in .NET

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I am trying to use System.Management classes but it is not recognized. After
writing "using System." it does not appear on the list and even if I write it
give compile errors. Do I need to enable some functionality or add some
plug-in?
Thanks in advance
 
Marouane,

Although this is absolute not an inactive newsgroup, and a lot of C# people
active here.

Did you know that there is a developpers newsgroup that is special for C#.

microsoft.public.dotnet.languages.csharp

For your problem, would you probably have to set a reference using the
Project->Add Reference ->System.management

I hope this helps?

Cor
 
I have had some excellent advice via another newsgroup

microsoft.public.dotnet.framework.wmi

Not as active, but very specific.
 
Back
Top