N
news.orange.nl
System.Management does not seem to import when I use Visual Web Developer
2005 Express Edition
I put
<%@ Import Namespace="System.Management" %>
in my code. asp page
If I put
Dim objMOS As System.Management.ManagementObjectSearcher
In my vb code, it says that the type is not defined.
Why is this and is there a workaround?
2005 Express Edition
I put
<%@ Import Namespace="System.Management" %>
in my code. asp page
If I put
Dim objMOS As System.Management.ManagementObjectSearcher
In my vb code, it says that the type is not defined.
Why is this and is there a workaround?