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

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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!
 
.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".
 
Back
Top