Thursday, July 30, 2009

Unable to use 'System.Management' namespace in C# code!!!?

I'm coding a C# Program and need to use





System.Management





namespace. but when i type 'using System.M'


intellisence doesn't show Management namespace and compiler also not locates a class of that namespace (which I actually need to use--- EventArrivedEventArgs).





I'm using VS 2005


Plz Help me.!!!

Unable to use 'System.Management' namespace in C# code!!!?
You must have System.Management in your solution's references. Open your solution, view the Solution Explorer. Right-click on References and select Add... Scroll down to System.Management and double-click it.

strawberry

No comments:

Post a Comment