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.
Alberto Poblacion - 18 Jul 2007 11:10 GMT
> 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).