what does this error means??

  • Thread starter Thread starter jam
  • Start date Start date
J

jam

when I use admin account to run it, it is okay, but when I ause other
account, it gives this error....

please help~~~
thx
 
Well I can guess your program lacks certain permissions when run under a
non-administrative account.
Do you use any system APIs requiring administrative privileges?
 
This backs up my initial assumption. Your application attempts to query
information on a remote process, which requires administrative priveleges by
default.
 
what is the meaning of remote process please?
Dmitriy Lapshin said:
This backs up my initial assumption. Your application attempts to query
information on a remote process, which requires administrative priveleges by
default.

--
Sincerely,
Dmitriy Lapshin [C# / .NET MVP]
Bring the power of unit testing to the VS .NET IDE today!
http://www.x-unity.net/teststudio.aspx
 
Back
Top