不能打开解决方案 - 是因为我的Visual Studio版本?

7

我正在处理一个项目,他们要求我使用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和迁移报告中获取的信息是否足以知道该怎么做?

还是我正在使用的Community版本导致了这些问题?

1个回答

7

2
谢谢您!加上您提供的链接和Web开发工具(其中显然包括Office开发工具),使它能够正常工作。 - Westerlund.io
从这篇文章中可以得知,有一个VS扩展程序可用来解决这个问题。https://marketplace.visualstudio.com/items?itemName=VisualStudioClient.MicrosoftVisualStudio2017InstallerProjects - cokeman19

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接