D
Damian Profancik
When my application starts it gets the process collection
with GetProcessesByName() on the local machine to see if a
copy of the application is already running, if so, it
ends. The on some machines the call fails with the
error, "Couldn't get process information from remote
machine". This seems to be related to a failure in
accessing a performance counter, because it cannot get the
system ticks. This has only happened on 2 machines out of
about 200, and both of them were 2.8 GHz machines. Does
anyone have any insight on this issue?
with GetProcessesByName() on the local machine to see if a
copy of the application is already running, if so, it
ends. The on some machines the call fails with the
error, "Couldn't get process information from remote
machine". This seems to be related to a failure in
accessing a performance counter, because it cannot get the
system ticks. This has only happened on 2 machines out of
about 200, and both of them were 2.8 GHz machines. Does
anyone have any insight on this issue?