VS 2010/SQLServer 2005 调试挂起
当尝试调试 SQL CLR 函数时,调试器会挂起。 使用VS2010和SQL 2005。
When attempt to debug a SQL CLR Function the debugger hangs.
Using VS2010 and SQL 2005.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题似乎是Framework冲突,VS2010默认使用Framework 4.0。
必须将以下配置文件(sqlservr.exe.config)添加到 SQL Binn 目录中,以便 VS2010 加载框架 2.x 库
the problem appear to be the conflict of Framework, VS2010 uses Framework 4.0 by default.
Following config file(sqlservr.exe.config) must be added to the SQL Binn directory so that the VS2010 will load frame work 2.x libraries