Visual Studio 2010 源服务器警报崩溃

发布于 2024-08-08 19:50:58 字数 318 浏览 1 评论 0原文

我刚刚安装了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

忘年祭陌 2024-08-15 19:50:58

您可以在此处的注册表中禁用它:

HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\Debugger

注册表项是UseSourceServer,您需要将其设置为0

You can disable it in the registry here:

HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\Debugger

The registry key is UseSourceServer and you need to set it to 0.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文