I\'m trying to write some WMI in my windows form and the ManagementObject is givin me the
\"The type or namespace name \'ManagementObject\' could not be found\" Err
Make sure your project isn't set up to compile against the .NET 4 Framework Client Profile.
Please see Namespace not recognized (even though it is there) for more details.