Process()

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am running Visual Studio 2003 via Terminal Services on Windows Server 2003.
I connect to the server as Admin. Everything works fine until I try to
build an app (or even use the MSDN sample code) that calls the Process()
class. It throws an "unhandled exception of type
System.InvalidOperationException occurred in System.dll Couldn't get process
information from remote machine."

I can't find any relevant documentation on this and wonder if anyone has
seen and resolved this problem.

Thanks--
Rick
 
Process() is a class in system.dll, which I believe has Full Trust. I am
able to access this assembly with no problem in many other scenarios, only
the Process() class has a problem.
Rick
 
Back
Top