SQL Server Data Tools and Visual Studio Problem

I just installed vs2010 sp1 ultimate, sqlserver 2012 and latest sqlserver data tools. I opened the solution from the control source and get a bunch of errors, for example, when trying to build a database project.

SQL71566: Microsoft.Data.Tools.Schema.Sqhem.SchemaModel.SqlFilegroup cannot be installed both in Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlTable and in a clustered Microsoft.Data.Tools.Schema.Sql.SchemaModel .SqlPrimaryKeyConstraint.

Works on Windows 7 Professional, 64 bit

This works great for other team members, and they all all seem to have the same setup as me.

I tried uninstalling and reinstalling vs2010 and ssdt

Any ideas anybody?

+7
source share
2 answers

I got this error with the SSDT release in November 2012, but only when I moved the project from a 32-bit Vista machine to a 64-bit Vista machine. I managed to create my project by including the project option "Enable Transact-SQL Advanced Validation for Regular Objects". Enabling this option in the past caused other problems, so I'm not sure if this will cause other problems in this environment.

+9
source

All Articles