远程调试.net
我已阅读此处所有相关的远程调试条目,但找不到问题的答案。我试图设置远程调试来测试控制台应用程序。 开发机 - Vista、VS 2008 远程计算机 - Win 2008
我已按照 这篇文章来配置它,当我尝试在“附加到进程”下列出远程计算机中的进程时,我遇到了以下错误。
“远程过程调用失败并且未执行”。
但在我的远程计算机“远程调试监视器”中,我看到开发计算机连接已建立。
谁能给我提供任何线索吗?
I've read all related remote debug entries here and couldn't find an answer to my problem. I've trying to setup remote debugging to test a console app.
Dev Machine - Vista, VS 2008
Remote Machine - Win 2008
I've followed the steps in this article to configure it and I'm stuck with the following error when I try to list processes in remote machine under 'Attach to Process'.
"The remote procedure call failed and did not execute".
But in my remote machines 'Remote Debug Monitor' I see that the dev machine connection was established.
Can anyone provide me with any clues?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
每当我遇到这个问题时,我做的第一件事就是禁用两台计算机上的防火墙。防火墙问题是我在远程调试时遇到的最常见问题,最好从一开始就消除该问题。
诊断完问题后,请务必重新打开防火墙:)。
Whenever I run into this problem the first thing I do is disable the firewall on both computers. Firewall problems are the most common issue I run into with remote debugging and it's best to eliminate that problem from the start.
Do take care to turn the firewall back on when you're done diagnosing the problem :).