SQL Unsupported 此版本的 Visual Studio 无法打开以下项目
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/45613218/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Unsupported This version of Visual Studio is unable to open the following projects
提问by Averla Team
I'm getting error like this after updating sql server to 2016. I have opened the project in VS2015& while rebuilding Databaseproject I'm getting error like below:
将 sql server 更新到 2016 后,我收到了这样的错误。我在VS2015 中打开了该项目,而在重建数据库项目时,我收到了如下错误:
Unsupported This version of Visual Studio is unable to open the following projects. The project types may not be installed or this version of Visual Studio may not support them. For more information on enabling these project types or otherwise migrating your assets, please see the details in the "Migration Report" displayed after clicking OK.
不支持 此版本的 Visual Studio 无法打开以下项目。可能未安装项目类型或此版本的 Visual Studio 可能不支持它们。有关启用这些项目类型或以其他方式迁移资产的更多信息,请参阅单击“确定”后显示的“迁移报告”中的详细信息。
回答by Refael
I got the same error when opening Old (VS2015) project on Visual Studio 20017
在Visual Studio 20017上打开 Old (VS2015) 项目时遇到同样的错误
These actions solved my problem:
这些操作解决了我的问题:
- Install the latest version of SSDT
- Open Visual Studio 2017: Go to: Tools > Extensions And Updates > Search: Microsoft Integration Services Projects > Click: Enable
- In SSIS Project On Solution: Right Click > Reload Project
- 安装最新版本的 SSDT
- 打开 Visual Studio 2017:转到:工具 > 扩展和更新 > 搜索:Microsoft 集成服务项目 > 单击:启用
- 在 SSIS Project On Solution 中:右键单击 > 重新加载项目
回答by Saroj jha
I got the same error when opening old projects in Visual Studio 2019.
在 Visual Studio 2019 中打开旧项目时遇到同样的错误。
These actions solved my problem:
这些操作解决了我的问题:
Open Visual Studio 2019 and go to Tools > Extensions > Download
to download these three tools:
打开Visual Studio 2019,去Tools > Extensions > Download
下载这三个工具:
- SQL Server Integration Services Project
- Microsoft reporting service project
- Microsoft analysis service project
- SQL Server 集成服务项目
- 微软报告服务项目
- 微软分析服务项目
Close VS and update package, then restart VS by double-click an old .sln file.
关闭 VS 并更新包,然后双击旧的 .sln 文件重新启动 VS。
回答by Programmer
- Uninstall all SQL Data Tools from Programs and Features
- Uninstall Analysis Services and Reporting Services
- Install SSDT for Visual Studio from Microsoft website
- Right click Visual Studio solution file and 'Open With' MS Visual Studio 2017
- Right click and choose 'Reload Project'
- 从程序和功能中卸载所有 SQL Data Tools
- 卸载 Analysis Services 和 Reporting Services
- 从 Microsoft 网站为 Visual Studio 安装 SSDT
- 右键单击 Visual Studio 解决方案文件和“打开方式”MS Visual Studio 2017
- 右键单击并选择“重新加载项目”