ASP.NET MVC 4 breaks ASP.NET MVC 3 projects

前端 未结 4 1991
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-05 08:17

After installing the ASP.NET MVC 4 Developer Preview, I can no longer open MVC 3 projects, with the following error message:

The project type is not supporte         


        
4条回答
  •  自闭症患者
    2021-01-05 09:02

    "" If you want to update your projects to MVC4, and open them as such in the visual studio, then ""

    The solution is to change the projectType guids from

    {E53F8FEA-EAE0-44A6-8774-FFD645390401}
    

    to

    {E3E379DF-F4C6-4180-9B81-6769533ABE47}
    

    in the csproj file, after you install the mvc4 visual studio package.

提交回复
热议问题