Visual Studio 2013: Database Project MSBuild error

前端 未结 15 840
遥遥无期
遥遥无期 2020-12-13 23:31

I\'ve got a database project as part of my solution in Visual Studio 2013. Been working perfectly for the last 3 weeks and now suddenly today it won\'t build and so I cannot

相关标签:
15条回答
  • 2020-12-14 00:19

    I had the same issue and just restart the Visual Studio and it works for me.

    0 讨论(0)
  • 2020-12-14 00:21

    You need to install the last version of SQL Server Data Tools:

    http://msdn.microsoft.com/en-US/data/hh297027

    Make sure to restart VS and then build the solution again. This solves the problem!

    0 讨论(0)
  • 2020-12-14 00:23

    In Visual Studio 2013 -> Tools -> Extensions and Updates... -> Updates -> Product Updates -> Microsoft SQL Server Update for database to 12.0.50318.0

    I was upgrading from 12.0.41012.0 and this resolved my issue. This relates to the answer to install the latest SQL Server Data Tools.

    0 讨论(0)
提交回复
热议问题