G
Guest
Mine application is used to start other executables using
System.Diagnostics.Process. Everything worked fine on windows2000. Now I will
run it on XP Professional (with SP2) and got the message "Process performance
coutner is disabled, so the requested operation cannot be performed".
The method Process.Start() worked, because the requested exe is started.
Seems that a methed as Process.CloseMainWindow() gives the error.
Can I turn the performance counter on or what must I do to solve this?
Thanks in advance.
System.Diagnostics.Process. Everything worked fine on windows2000. Now I will
run it on XP Professional (with SP2) and got the message "Process performance
coutner is disabled, so the requested operation cannot be performed".
The method Process.Start() worked, because the requested exe is started.
Seems that a methed as Process.CloseMainWindow() gives the error.
Can I turn the performance counter on or what must I do to solve this?
Thanks in advance.