当前位置:  开发笔记 > 编程语言 > 正文

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

如何解决《无法打开解决方案-因为我的VisualStudio版本?》经验,为你挑选了1个好方法。

我正在开展一个他们要求我使用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> slawekwin..:

较新版本的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的额外插件?


谢谢先生!与您提供的链接以及Web Developer Tools(显然包括Office Developer Tools)一起使用它.
推荐阅读
拾味湖
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有