重新安装Visual Studio 2015后无法打开SSIS包(.dtproj文件)

hel*_*ght 4 ssis visual-studio visual-studio-2015

我在Visual Studio 2015中制作了一个SSIS包.稍后,我不得不重新安装VS,因为无关的包有一些问题.现在当我尝试打开SSIS包时,我首先得到以下弹出窗口:

The 'ResourceManagerPackage' package did not load correctly.

The problem may have been caused by a configuration change or by the installation of another extension. You can get more information by examining the file 'C:\Users\xxx\Appdata\Roaming\Microsoft\VisualStudio\14.0\ActivityLog.xml'.

Restarting Visual Studio could help resolve this issue.

Continue to show this error message?
Run Code Online (Sandbox Code Playgroud)

即使我刚刚启动VS,弹出窗口也会弹出.

单击确定后,项目无法加载.在解决方案资源管理器中,它显示"不兼容",当我将鼠标悬停在它上面时,它会显示"应用程序未安装".

我该如何解决?

编辑我已经运行了VS的修复,并手动添加了SSDT,没有任何改进.我也按照弹出窗口中的建议打开了ActivityLog并搜索了错误.我找到了这个:

Could not load file or assembly 'Microsoft.AnalysisServices.Project, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified. 

Could not load file or assembly 'Microsoft.ReportingServices.Designer, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
Run Code Online (Sandbox Code Playgroud)

这可能是它,但由于我甚至无法打开解决方案,我不知道如何修复它.

Ric*_*o C 6

SQL Server的版本在这里至关重要.VS的版本历来总是落后于SQL Server,例如SQL Server 2012使用Visual Studio 2010来编辑SSIS包.

有关详细信息,请参阅下载SQL Server数据工具(SSDT)

对于VS 2015即将改变,但它的生产版本仍然不支持它.

您可以安装预览版:下载Visual Studio 2015的最新SSDT预览版