System.Management not installed either?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Looks like the setup which is created by VS 2003 doesn't actually include al
the necessary files that my app needs. My app uses WMI and works fine on all
of our development machines. When I installed the app on Windows 2000
Professional, I received an exception claiming that System.Management
assembly is not installed! How am I supposed to install it?!

Thanks everyone.
 
Looks like the setup which is created by VS 2003 doesn't actually include al
the necessary files that my app needs. My app uses WMI and works fine on all
of our development machines. When I installed the app on Windows 2000
Professional, I received an exception claiming that System.Management
assembly is not installed! How am I supposed to install it?!

It should be installed. Try repairing the .NET framework installation
if it's missing.


Mattias
 
Perhaps the WMI itself isn't installed, isn't it possible? I mean, if the
..NET implementation is a wrapper around the WMI objects, if those objects are
not installed, I could get such an exception, isn't it? Generally, could you
tell me how I can install WMI on a machine that doesn't have WMI?

Thanx.
 
Back
Top