MVC project on VS2010 error : The project type is not supported by this installation

后端 未结 5 452
耶瑟儿~
耶瑟儿~ 2020-12-02 22:15

I\'m trying to open MVC project using VS2010. I\'m opening this project from TFS server but I\'m failed to open it and getting error

5条回答
  •  庸人自扰
    2020-12-02 22:45

    If you've installed Visual Studio 2010 after Visual Studio Web Dev Express and MVC4, Visual Studio 2010 doesn't seem to pick up the MVC 4 templates. Running the MVC 4 installer again via the Web Platform Installer doesn't fix it. Repairing the MVC 4 installation fixed it in my case:

    1. Under Control Panel, choose Programs/Uninstall a program.
    2. Find Microsoft ASP.NET MVC 4 and double-click it.
    3. The Microsoft ASP.NET MVC 4 Setup prompt will appear. Choose Repair.

    Visual Studio 2010 Express to Pro, ASP.NET MVC 4 installed but not an option?

提交回复
热议问题