通过 RDP 执行时出现未处理的异常(本地时正常)
我最近组装了一台新的开发机器并加载了Windows 7 64位和VS2010。
我从旧机器(Windows 7 x86 和 VS2008)复制了我的所有项目(VB)。
按照 VS2010 中的转换向导并安装我忘记的第三方组件后,我的解决方案在新机器上打开并执行得很好。
然后,我尝试从一台 Windows XP 计算机通过 RDP 处理我的一个项目(我在旧计算机上已经做过很多很多次了),但该项目在运行时崩溃了。启动画面加载后,我立即收到“无可用源”选项卡和 AccessViolationException。回到本地运行,项目运行良好。
我已经用谷歌搜索了这个问题,但我根本找不到任何与这个问题相关的内容。如有任何建议,我们将不胜感激。
谢谢。
I have recently put together a new development machine and loaded Windows 7 64 bit and VS2010.
I copied over all my projects (VB) from the old machine which was Windows 7 x86 and VS2008.
After following the conversion wizard in VS2010 and installing a third-party component I had forgotten about, my solutions opened and executed fine on the new machine.
Then I tried to work on one of my projects via RDP from a Windows XP machine (something I have done many, many times with the old machine) and the project crashes when run. I get the "no source availiable" tab and an AccessViolationException as soon as the splash screen has loaded. Going back to local operation, the project runs fine.
I've Googled this one to death and I can't find anything that relates to this problem at all. Any sugggestions would be gratefully received.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我确实有多个显示器,但 RDP 以前从未遇到过问题。不管怎样,我在 VS2010 中打开其他较旧的项目时发现了其他问题,所以我卸载并恢复到 VS2008。现在一切都OK了。感谢您的帮助。
I do have multiple monitors but have never had a problem before with RDP. Anyways, I found other problems when opening other, older, projects in VS2010 so I uninstalled and reverted to VS2008. All OK now. Thanks for your help.
我在通过 RDP 运行 Visual Studio 2010 时遇到问题,其中除解决方案资源管理器之外的 IDE 内容无法呈现。我转到“选项”->“环境”->“常规”->“视觉体验”,然后关闭“丰富的客户端视觉体验”选项。我怀疑关闭“使用硬件图形加速(如果可用)”可以解决问题。
I was having an issue running Visual Studio 2010 via RDP where the IDE contents except the Solution Explorer wouldn't render. I went to Options->Environment->General->Visual experience and turned off the the "rich client visual experience" options. I suspect turning off "Use hardware graphics acceleration if available" did the trick.
我在“Windows 10”中运行 RDP 时也遇到问题
我的连接其他计算机总是运行成功,但在 5-15 秒后关闭。我很长时间尝试修复这个错误。我在 VS2015 中打开此异常并阅读完整的说明:
起初我认为我的电脑 RAM 内存有问题,但我决定更改 RDP 设置,它开始正常工作。
我更改了图片质量并取消选中在其他窗口中使用打印机。
我的 rdp 现在工作得很好。
我尝试了很多修复
来自微软软件,提供了更新和系统文件,但没有任何帮助。我现在写的是如果有同样碰撞的人可以通过降低图片质量来暂时解决问题。在远程计算机上,简单的连接可能非常重要,特别是如果它是服务器的话。
I had also problem with RDP working in "windows 10"
My connection other computers always run successful, but closing after 5-15 second. I very long try fix this error. And I open this exception in VS2015 and read full excaption:
At first I thinked my PC have truble with RAM memory, but I decide change RDP settings and it began work without problem.
I changed the picture quality and uncheck using printer in other window.
My rdp workin very nice now.
I tried many fixes
From the microsoftware, with updates and system files, but nothing helped. I am writing now if someone with the same collision can solve temporarily the problem by lowering the quality of the picture. On a remote computer, it may be very important to simply connect, especially if it is a server.