Groups | Blog | Home
all groups > asp.net > july 2007 >

asp.net : System.Management



Mark Rae [MVP]
7/5/2007 10:05:36 PM
[quoted text, click to view]

It won't by default...

[quoted text, click to view]

It will do initially...

[quoted text, click to view]

Because the System.Management namespace is not part of the default project
template.

[quoted text, click to view]

Just add a reference to the System.Management namespace in Project Explorer.


--
Mark Rae
ASP.NET MVP
http://www.markrae.net
news.orange.nl
7/5/2007 10:49:44 PM
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?



AddThis Social Bookmark Button