开发者

Remote debugger: The specified account does not exist

开发者 https://www.devze.com 2023-03-13 13:46 出处:网络
I\'m trying to setup the remote debugger. No matter what I do, visual studio keeps saying \"The specified account does not exist\".

I'm trying to setup the remote debugger.

No matter what I do, visual studio keeps saying "The specified account does not exist".

Environment:

Domain, Windows 2008 R2 DC.

Both PCs joined the domain.

Remote PC is windows server 2003 R2 SP2, 32 bits, running on a HyperV machine.

Local PC is Windows 7 SP1, 64 bits, visual studio 2010, running on physical hardware

I'm using the same user account to log on locally, to log on to the remote PC, and to run the "Visual Studio 10 Remote Debugger" service. This user account is domain administrator.

If it matters, the subnets are different (one is 192.168.0.xxx another one is 192.168.1.xxx) but the RRaS on the server routes traffic between them, both ping and remote desktop works both directions.

Things I've tried:

  • Run remote debugger as s service, and as an application.
  • Add rule to windows firewall on the local PC. The remote PC has no firewall (the ser开发者_StackOverflowvice is stopped).
  • Re-join remote PC to the domain.

What should I do to make remote debugger work?

Thanks in advance!


In the visual studio project settings, use IP address instead of the host name.

It seems when the remote host name is long and contains dashes (and/or possibly there are some other factors I'm not aware of, such as IPv6, or different OS on local and remote machines), visual studio is unable to resolve it, and fails to connect saying "The specified account does not exist".

To workaround just specify the numeric IP address instead of the host name after the "@", i.e. replace "MYCOMPANY\Const@DEV-EC2S-4" with "MYCOMPANY\Const@192.168.3.204".

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号