我有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.
- 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$!!
发布于 2017-06-20 01:43:48
不幸的是,我无法解决这个问题。我最终卸载了VS Ultimate。现在我使用VS Express for Desktop,它适用于我以前的项目。
我的假设是Windows上的某些东西破坏了VS的某些部分。我应该试着卸载并重新安装它,但是没有机会。
发布于 2017-04-21 04:45:32
我在Hyper-V虚拟机中也有同样的情况。修复失败后,我卸载并重新安装了VS 2017。同样的事情。在主机中,我仍然可以用VS打开相同的项目,所以不是项目,而是VS安装有问题。
它会将此记录到迁移日志中: src\DTOWEB\project.json:无法迁移XProj项目DTOWEB。在C:\DTOWeb\DTOWEB7\src\DTOWEB\project.json上找不到project.json。
我有第二个虚拟机是x86 iso x64,它可以毫无问题地打开项目。因此,我的结论是,这个项目没有任何问题。
https://stackoverflow.com/questions/43099588
复制相似问题