Imports System.Management cannot be found......?!!What!!?

G

Guest

Windows XP Pro is upto date....just checked
I have:
Visual Studio.NET 2003
.NET Framework 1.1
.NET Framework (Hotfix) whatever that means...lol.
Office 2003 which I just checked....upto date.

I am writing a small VB.NET that should be using some functionality in the
System.Management namespace (per MSDN), but Visual Studio can't find the
namespace.

I try:
Imports System.Management

It says on Build:
Namespace or type 'Management' for the Imports 'System.Management' cannot
be found.
 
G

Guest

Sweet. Sorry for all the newbie questions.....But...
How do you add Null to the project? I got it for free in VBS?

THanks for your help!
 
H

Herfried K. Wagner [MVP]

.NETMystified said:
I am writing a small VB.NET that should be using some functionality in the
System.Management namespace (per MSDN), but Visual Studio can't find the
namespace.

I try:
Imports System.Management

It says on Build:
Namespace or type 'Management' for the Imports 'System.Management'
cannot
be found.

"Project" -> "Add reference..." -> "System.Management.dll".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top