Error 04018 when attempting to build a SQL database project

2

I created my database project in Visual Studio 2013 pointing to an existing database, put a new build to run in TFS and the following error occurs:

Error 04018: The “SqlBuildTask” task failed unexpectedly

I did not make any changes to build template , but I tested it with another database project and the error did not happen.

    
asked by anonymous 02.02.2015 / 17:13

1 answer

2

It's a bug of the product! To resolve it just do the upgrade, if you have the update re-install.

  • The download is in this page (Microsoft SQL Server Data Tools) .
  • If your build machine does not have internet access, use the command:

    SSDTUpdate.exe /layout SSDTUpdate
    
  • It will download to the SSDTUpdate folder of the files needed for a disconnected installation.

        
    03.02.2015 / 14:47