我在VS 2012中开发了几个针对.Net 4.0和4.5的项目。有些项目也使用MVC 4.0。我有 VS 2017社区版。我打开了解决方案, Web项目没有打开/加载。即使我安装了MVC 4.0,项目仍然无法加载。
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.
迁移报告显示错误如下:
..\UserInterface\Project.Content\Project.Web.Content.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=E3E379DF-F4C6-4180-9B81-6769533ABE47
项目类型标识E3E379DF-F4C6-4180-9B81-6769533ABE47
是我已经安装的MVC 4.0。
.csproj文件中列出的项目类型是:
<ProjectTypeGuids>{E3E379DF-F4C6-4180-9B81-6769533ABE47};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>