S
sturnfie
Hey all,
I am hoping this is something simple, but I am at a total loss to
figure out what it is. In a C# application I am writing, the
following is my "using" header block:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Management;
using System.Management.Instrumentation;
Everything is found just fine, until I get to System.Management and
System.Management.Instrumentation. These are not found and the error
"namespace Management not found in namespace System" is thrown.
Looking at the installed documentation on machine (.NET SDK
documentation), there *does* exist a System.Management. Since this is
static documetnation on my machine, and came with the .NET libraries,
my first assumption is that System.Management should be there.
Anyway have any ideas of how ot approach this? I am currently
downloading the newest verision of the .NET SDK, but would like to
figure out what the heck is going on, in case the upgrade does not
solve the problem.
I am hoping this is something simple, but I am at a total loss to
figure out what it is. In a C# application I am writing, the
following is my "using" header block:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Management;
using System.Management.Instrumentation;
Everything is found just fine, until I get to System.Management and
System.Management.Instrumentation. These are not found and the error
"namespace Management not found in namespace System" is thrown.
Looking at the installed documentation on machine (.NET SDK
documentation), there *does* exist a System.Management. Since this is
static documetnation on my machine, and came with the .NET libraries,
my first assumption is that System.Management should be there.
Anyway have any ideas of how ot approach this? I am currently
downloading the newest verision of the .NET SDK, but would like to
figure out what the heck is going on, in case the upgrade does not
solve the problem.