Cannot open .sqlproj because it is not supported

我只是一个虾纸丫 提交于 2019-12-23 19:21:53

问题


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?


回答1:


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



来源:https://stackoverflow.com/questions/18148445/cannot-open-sqlproj-because-it-is-not-supported

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!