无法打开解决方案 - 因为我的Visual Studio版本?

时间:2016-01-07 07:13:49

标签: visual-studio

我正在开展一个他们要求我使用Visual Studio 2013的项目,所以我下载但是我仍然无法打开解决方案。这是错误消息:

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.
     - {name}.OutlookAddIn, "{path}\{name}.OutlookAddIn.csproj"
     - {name}.Installer, "{path}\{name}.Installer.vdproj"


No changes required
These projects can be opened in Visual Studio 2013, Visual Studio 2012, and Visual Studio 2010 SP1 without changing them.
     - {name}, "{path}\{name}.csproj"
     - {name}, "{path}\{my_solution}.sln"

迁移报告中的错误消息:

{name}.Installer\{name}.Installer.vdproj: The application which this project type is based on was not found. Please try this link for further information: http://go.microsoft.com/fwlink/?LinkID=299083&projecttype=54435603-DBB4-11D2-8724-00A0C9A8B90C

{name}.OutlookAddIn\{name}.OutlookAddIn.csproj: The application which this project type is based on was not found. Please try this link for further information: http://go.microsoft.com/fwlink/?LinkID=299083&projecttype=BAA0C2D2-18E2-41B9-852F-F413020CAA33

当我在文本编辑器中打开解决方案文件时,我发现他们使用的是比我更旧的Visual Studio版本:

VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1

我的版本:

12.0.40629.00 Update 5

我还尝试在Visual Studio 2015中打开解决方案,遇到同样的问题。

是否可以下载特定版本(12.0.21005.1)以查看我是否能够毫无问题地打开解决方案?

或者,从Visual Studio和迁移报告中获取的信息是否可以知道该怎么做?

或者我使用的社区版本是否可能导致这些问题?

1 个答案:

答案 0 :(得分:7)

较新版本的VS不再支持安装项目。例如。: https://blogs.msdn.microsoft.com/buckh/2011/03/17/visual-studio-setup-projects-vdproj-will-not-ship-with-future-versions-of-vs/

对于OutlookAddIn项目,我猜你需要一些额外的VS插件吗?