Visual Studio 2010:编辑器速度慢 ->智能标签异常?
有时 VS2010 编辑器非常慢(1 个字符/秒)。但一开始,相同的编辑器窗口、相同的文档表现良好。
编辑器:带有 Razor 的 Html
我将另一个 VS 实例附加到慢速实例,并在“调试输出”窗口中多次收到此消息:
A first chance exception of type 'System.NullReferenceException' occurred in Microsoft.VisualStudio.CSharp.SmartTags.dll
我该如何解决此问题?
编辑:
附加信息:如果我关闭选项卡并重新打开文档,它会表现良好,但只能持续一段时间。
sometimes the VS2010 Editor is incredibly slow (1 char/sec). But at first the same editor window, same document, performs well.
Editor: Html with Razor
I attached another VS instance to slow instance and got this multiple times in the Debug Output window:
A first chance exception of type 'System.NullReferenceException' occurred in Microsoft.VisualStudio.CSharp.SmartTags.dll
How can I solve this?
Edit:
Additional information: if I close the tab and reopen the document it performs well but only for some time.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我也有同样的问题。我设法按照此博客<中的步骤解决此问题/a>.
我不必执行所有步骤。 “拯救”我的步骤是
我希望这能解决您的问题。
I had the same problem. I manage to solve this by following the steps in this blog.
I didn't have to do all of the steps. The step that "saved" me was
I hope this will solve your problem.