Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL Project type is not supported

I'm getting this message when i'm trying to open the solution, all projects are loaded properly except one (.sqlproj). I have installed, VS2010 SP1, Sql Server-2008 R2 SP1, MVC3, VS2010 SP1 Tools for SQL Server Compact 4.0 ENU

enter image description here

like image 225
Kishor Avatar asked Oct 31 '12 05:10

Kishor


2 Answers

.sqlproj is the extension for the project file used by SSDT (Sql Server Data Tools)

Therefore you need to install SSDT either from a SQL Server 2012 DVD or from Web Plattform

http://msdn.microsoft.com/en-us/data/tools.aspx

if you only need database support and no support for SSAS , SSIS and SSRS. Newer versions of VS (2013 for sure) include this by default.

like image 64
Menace Avatar answered Sep 20 '22 13:09

Menace


Resolved by installing "SQL Server Data Tools 2010" via the Web Platform Installer. I had the exact same error and don't see what VS2012 has to do with anything - there is nothing related to 2012 in any of the projects I'm working with. SSDT is the key, but you want the version for your corresponding version of Visual Studio.

like image 41
Peter Tirrell Avatar answered Sep 20 '22 13:09

Peter Tirrell