system.management namespace missing?

supermanzdead

Active member
Joined
Feb 23, 2006
Messages
31
Programming Experience
Beginner
I have just started using VS 2005 and would like to use WMI to get information from a remote computer...there anything different about VS 2005 and WMI?
 
You have to Add Reference (.Net tab) to System.Management.dll before you import namespace
 
Back
Top