Hi All..
I'm trying to debug an application that ustilizes WMI on a server to get the Printer status. Its works great until the printer is paused then it blows up.. The error is in
If cTmp = "Other" then
tbPrinterError.Text = System.Enum.GetName(GetType(WMI_ExtendedDetectedErrorState), _mo.GetPropertyValue("ExtendedDetectedErrorState"))
Else
It generates "An unhandled exception of typw 'SYstem.Management.ManagemntException' occured in system.management.dll Additional Information: Not Found"
HELP.. Thanks...
I'm trying to debug an application that ustilizes WMI on a server to get the Printer status. Its works great until the printer is paused then it blows up.. The error is in
If cTmp = "Other" then
tbPrinterError.Text = System.Enum.GetName(GetType(WMI_ExtendedDetectedErrorState), _mo.GetPropertyValue("ExtendedDetectedErrorState"))
Else
It generates "An unhandled exception of typw 'SYstem.Management.ManagemntException' occured in system.management.dll Additional Information: Not Found"
HELP.. Thanks...