Visual Studio 2010 中 SQLCLR 项目中的计算列
看来 MS 在处理 VS 2010 SQL CLR 项目和计算列时存在错误。我正在使用 Pre/PostDeployScript.sql 删除/添加计算列。但是,如果我尝试从 VS2010 进行部署,则会出现依赖错误。同一项目在 Vs2008 中 100% 运行。 我想知道在部署解决该问题方面我有哪些选择?我也与 MS 联系,但他们尚未找到解决方法/解决方案。
It appears that MS has a bug when dealing with VS 2010 SQL CLR project and computed columns. I am using Pre/PostDeployScript.sql to drop/add the computed column. However, if I try to deploy from VS2010 it, I get dependency errors. The same project works 100% in Vs2008.
I am wondering what my options are in terms of deploying to work around the problem? I am also in contact with MS, but they haven't found a workaround/solution as of yet.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要安装.Net 3.5并在项目中选择它。它会起作用的。
You need to install .Net 3.5 and select it inside the project. It will work.