Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot open .sqlproj because it is not supported

I have inherited a VS2010 project that includes a .SQLPROJ.

I'm not having any problems with the .csproj. But I am having a problem opening the .SQLPROJ in the solution. When I try to open the .SQLPROJ, I get the following error:

MyDBProject.sqlproj cannot be opened because its project type (.sqlproj) is not supported by this version of the application. To open it, please use a version that supports this type of project.

It's my understanding that this solution was developed using VS2010. But I can't open the DB project. Is there software that needs installed?

like image 280
Jerry Avatar asked Aug 09 '13 13:08

Jerry


People also ask

How do I open a .sqlproj file?

Open an existing projectIn the Projects view, select the Open Project button and open an existing . sqlproj file from the file picker that appears. Existing projects can originate from Azure Data Studio, VS Code or Visual Studio SQL Server Data Tools.

What is .sqlproj file?

Database development project created by Visual Studio, a Windows software development IDE; stores the schema of the database and can include SQL source code; used for creating databases for SQL Server, Microsoft's relational database management system (RDBMS) software.


1 Answers

.sqlproj stands for a SQL Server Data Tools project, you can download the tools here

like image 109
andreister Avatar answered Sep 21 '22 10:09

andreister