【发布时间】:2017-08-23 07:11:47
【问题描述】:
我有 Visual Studio 2013 Ultimate。今天当我打开它时,它没有加载我的任何解决方案的项目。错误信息:
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.
- ETL_<Project name>, "<Project path></Project>.csproj"
Non-functional changes required
Visual Studio will automatically make non-functional changes to the following projects in order to enable them to open in Visual Studio 2013, Visual Studio 2012, and Visual Studio 2010 SP1. Project behavior will not be impacted.
- <Project name></Project>, "<Project path></Project>.sln"
这些项目属于类库和控制台应用程序类型。如果我尝试创建一个新项目,则会列出这些类型,但是当我创建它时,我会收到消息 <Project path> cannot be opened because its project type (.csproj is not supported by this version of the application. To open it, please use a version that supports this type of project.。
所以,Visual Studio 告诉我它不支持它刚刚创建的项目?! GJ M$!!
【问题讨论】:
-
您恰好有来自公司存储库的代码?是否有用户将项目文件升级到最新版本的 Visual Studio?
-
你有没有可能在 VS 中安装 c# 支持失败?
-
你可以在 .csproj 文件中设置 VS 版本,我很确定。检查以确保那里设置的值与您的 VS 版本相对应。
-
在我看来,VS 中的某些东西已经损坏。修复/卸载->重新安装听起来是明智的第一步。
标签: c# visual-studio visual-studio-2013 class-library project-types