Sql-server – Could not load file or assembly Microsoft.SqlServer.TransactSql

azureazure-sql-databasesql serversql-server-2014sql-server-data-tools

Database project build failed. Error Details:

Error: MSB4018: The "SqlBuildTask" task failed unexpectedly.
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.SqlServer.TransactSql, Version=12.0.0.0, Culture=neutral,
PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The
system cannot find the file specified.
File name: 'Microsoft.SqlServer.TransactSql, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'

I also go through this answer on stackoverflow link. Also Download SQL Server Data Tools 12.0.41012.0, but still facing this error. Need assistance to build database so that I may publish my Database on Azure.

Regards.

Best Answer

Uncheck "Enable extended...". It will be removed in next version of VS. (Click on link 'More Information' next to it.)

enter image description here