Visual Studio 数据库版内存问题和自动重新编译
当前在 Visual Studio 数据库版本中存储具有 2,000 个存储过程的大型应用程序的数据库。
我遇到的问题是,当我尝试编辑存储过程时,Visual Studio 变得无响应,并且可能需要 30 秒才能输入单个关键字。
我相信 Visual Studio 正在尝试自动重新编译项目/解决方案。有谁知道解决方法,可以关闭它吗?
有人遇到过同样的问题吗?
Currently storing database of a large application with 2,000 stored procedures in Visual Studio Database Edition.
The problem I'm having is that when I try and edit a stored procedure, Visual Studio becomes unresponsive and it can take 30 seconds to type in a single keyword.
What I believe is that Visual Studio is attempting to auto recompile the project/solution. Does anyone know of a workaround, can this be switched off?
Has anyone experienced the same issue?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会看看@ this 帖子,讨论了 *.dbml 文件的一个已知问题,并且抑制警告并不总是有助于解决该问题。原始海报确实发布了解决方法。
I would take a look @ this post, which talks about a known issue with the *.dbml file and that the suppression of warnings doesn't always aid in the problem. The original poster does post a workaround.