Razor Views not seeing System.Web.Mvc.HtmlHelper

后端 未结 22 1081
我在风中等你
我在风中等你 2020-11-27 05:27

I am in the process of upgrading to MVC4. I have followed the instructions at http://www.asp.net/whitepapers/mvc4-release-notes#_Toc303253806 but in my Razor views and layou

22条回答
  •  无人及你
    2020-11-27 06:09

    Just to expand on Matt DeKrey's answer, just deleting the csproj.user file (without needing to recreate solutions) was able to fix the problem for me.

    The only side effect I had was I needed to reset the Start Action back to using a specific page.

提交回复
热议问题