System.Management.ManagementObject decleratoin error ?
-
Hey why when i go to declare that ,,
Dim s as System.Management.ManagementObject
,, ManagementObject namespace doesn't exist thanks ,,jooooo
-
Hey why when i go to declare that ,,
Dim s as System.Management.ManagementObject
,, ManagementObject namespace doesn't exist thanks ,,jooooo
Hi, before you can use types from System.Management, you must add a reference to the "System.Management" dll. Right-click your project in the "Solution" pane, and choose "Add Reference...". :)
Luc Pattyn [Forum Guidelines] [My Articles]
Voting for dummies? No thanks. X|
-
Hi, before you can use types from System.Management, you must add a reference to the "System.Management" dll. Right-click your project in the "Solution" pane, and choose "Add Reference...". :)
Luc Pattyn [Forum Guidelines] [My Articles]
Voting for dummies? No thanks. X|
so thanks my friend now it's ok
jooooo