Process()

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
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top