I installed the recent Microsoft SQL Server Data Tools - Business Intelligence for Visual Studio 2012 from the following location:
http://www.microsoft.com/en-us/download/details.aspx?id=36843
During the installation, I selected "Include SQL Server product updates."
I have a VS2012 solution with a database project. After installing the newest SSDT BI, when I load the solution, I get the following error:
"Incompatible versions of SQL Server Data Tools and database runtime components are installed on this computer. Seehttp://go.microsoft.com/fwlink/?LinkId=225934 for more details"
When I try to reload the database project I get the following error:
"The operation could not be completed. Unspecified error."
If I remove the database project from the solution, and add it again, I get the same error as the first error I listed, ""Incompatible versions of SQL Server Data Tools and database runtime components ..."
I attempted to fix the issue by installing the x64 and x86 versions of all the files at the following location:
http://www.microsoft.com/en-us/download/details.aspx?id=36842
Installing the files from the above link did not fix the issue. Still have the exact same problem.
How can I fix this so my solution will correctly load the database project?