无法从 Visual Studio 远程调试共享执行 msvsmon.exe
我了解远程调试可以通过 Windows 共享进行,无需在远程计算机(本例中为测试服务器)上安装组件
当访问我的工作站共享时 C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Remote Debugger \x86
我可以很好地浏览文件。当我尝试启动 msvsmon.exe 时,收到以下错误:Windows 无法访问指定的设备、路径或文件。您可能没有适当的权限来访问该项目
,就像我没有权限一样。
但是,我的开发盒共享设置为所有人的完全权限。据我所知,它是敞开的。在测试服务器(运行应用程序)上,我是管理员。测试服务器是Windows 2003 standard sp2,开发盒是xp sp3。我尝试过获取该文件的所有权,但没有成功。
I understand remote debugging can be through a Windows share without installing the components on the remote machine (test server in this case)
When accessing my workstation's share C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Remote Debugger\x86
I can browse files fine. When I try to launch msvsmon.exe, I reveive this error: Windows cannot access the specified device, path or file. You may not have the appropriate permissions to access the item
as if I don't have permission.
But, my dev box share is set to full permissions for Everyone. It's wide open as far as I can tell. On the test server (running the app), I am an administrator. Test server is Windows 2003 standard sp2, dev box is xp sp3. I've tried taking ownership of the file--no luck.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我必须将远程调试器目录复制到服务器,并使用相同的用户名和密码在两个盒子上设置本地帐户。
I had to copy the Remote Debugger directory to the server and setup local accounts on both boxes with same username and password.