gregseth
gregseth

Reputation: 13408

Visual Studio 2010 remote debugging - Unable to connect: Access Denied

I'm trying to remotely debug an exe, but I keep getting an error message. Here's the configuration:

On the dev machine:

On the remote machine:

Both machines are on the same domain. I'm logged in with the same account, which has administrator rights on both machines.

And here's what I do:

What did I miss?

EDIT:

Looks like it's working if the dev machine is 64-bit too (tried on a Win7 x64). So now the question is: how to make it work from my Windows Vista 32?

Upvotes: 6

Views: 2048

Answers (1)

gregseth
gregseth

Reputation: 13408

So the answer is: it's not possible.

To debug a process (either 32 or 64 bits) on a remote 64-bit machine, you have to use a 64-bit machine locally.

Upvotes: 5

Related Questions