Hi!
I want to import system.management in a vb.net 2003 project. But management is not recognized by Visual Studio.
What can I do?
Printable View
Hi!
I want to import system.management in a vb.net 2003 project. But management is not recognized by Visual Studio.
What can I do?
Add a reference to System.Management. Click on project, add reference, then on the com tab, double click System.Management, then ok. You will see the newly added reference in the solution explorer.
Thank you! It worked fine!