I am using Visual Studio 2013 with SQL Server 2012.
When I try to add a SQL Server project (*.sqlproj) to my solution, I receive the following error:
Could not load file or assembly 'Microsoft.Data.Tools.Schema.Utilities.Sql.12, Version=12.0.0.0, Culture=neutral, PublicKeyToken=etc...' or or one of its dependencies. The system cannot find the file specified.
According to Microsoft, SQL Server Data Tools comes installed as part of the default installation with Visual Studio 2013.
Anyone else had this problem?