Process.GetProcesses(); fail
C#
2
Posts
2
Posters
0
Views
1
Watching
-
hi I receive an exception at runtime when try to execute: System.Diagnostics.Process[] Proc = System.Diagnostics.Process.GetProcesses(); exception type: System.InvalidOperationException exception message: Process performance counter is disable, so the requested operation cannot be performed.
H.R
-
hi I receive an exception at runtime when try to execute: System.Diagnostics.Process[] Proc = System.Diagnostics.Process.GetProcesses(); exception type: System.InvalidOperationException exception message: Process performance counter is disable, so the requested operation cannot be performed.
H.R