all groups > dotnet academic > may 2004 >
You're in the

dotnet academic

group:

Process.GetProcesses(remoteMachineName)



Re: Process.GetProcesses(remoteMachineName) Eric Marvets
5/22/2004 12:44:59 PM
dotnet academic: You said you were running the application as an administrator, so can I
assume this is a domain and you are an administrator on both machines?

If you are an admin on both machines, then this is just a guess (well
educated one, but still), I would place yourself in the Dubugger Users group
on both machines as well. You must be in that group to attach to a process
on a machine, but it may also be required to list them as well.

--
Eric Marvets
Principal Consultant

the bang project

<shameless self promotion>

Email sales@bangproject.com for Information on Our Architecture and
Mentoring Services

</shameless self promotion>

Process.GetProcesses(remoteMachineName) Mircea Pleteriu
5/22/2004 6:18:26 PM
Hi all,

I want to get the list of active/running processes on some remote machines
in the same LAN my application run.
I always get a System.InvalidOperationExpection exception with the message
of "Couldn't get process information from remote machine".

I run my application under the administrator user account.

Do you know where I am wrong?

AddThis Social Bookmark Button