Visual Studio 2010 源服务器警报崩溃
我刚刚安装了 VS2010 Beta 2。当它第一次打开时,它给我一个安全错误:“仅当您信任来源时才使用源服务器等等”。这时候VS就崩溃了。 VS 本身正常启动,但由于弹出源服务器警报,它位于模式窗口中,因此 VS 停止接受输入,直到我关闭警报,但我无法这样做。
我真的不需要源服务器;因此,如果我能弄清楚如何通过注册表或类似的方式禁用它,这对我来说就足够了。
我在同一个机器上安装了 VS 2008,它确实启用了源服务器(来自 Microsoft);但问题仍然存在,即使我在 VS 2008 中禁用它。显然,安装迁移了此设置,现在希望我确认我了解风险。
有什么想法吗?谢谢
I just installed VS2010 Beta 2. When it opens for the first time it gives me a security error that "use source server only if you trust the origin blah blah". At this time VS crashes. VS itself comes up normally, but since the source server alert pops up, it is in a modal window, so VS stops accepting input until I dismiss the alert, which I can't do.
I don't really need source server; so if I can figure out how to disable it through the registry or some similar way, it would be good enough for me.
I have VS 2008 on the same box, and it indeed has source server (from Microsoft) enabled; but the problem remains, even if I disable it in VS 2008. Apparently, installation migrated this setting, and now wants me to confirm that I understand the risk.
Any ideas? Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在此处的注册表中禁用它:
注册表项是
UseSourceServer
,您需要将其设置为0
。You can disable it in the registry here:
The registry key is
UseSourceServer
and you need to set it to0
.