Razor 2 to Razor 3 MVC 5

前端 未结 3 1135
别跟我提以往
别跟我提以往 2021-02-02 05:44

I\'ve been working on an MVC 4 solution, and I\'ve been trying to upgrade it to MVC 5. I\'ve followed the steps outlined here.

I\'ve followed it, and now whenever I run

3条回答
  •  情深已故
    2021-02-02 06:17

    Check for version in web.config. If it again gives an error, try to clean the solution and rebuild it. Also check for project's Bin folder, removes old references from bin folder and rebuild the project solution.

提交回复
热议问题