The type 'Expression<>' is defined in an assembly that is not referenced

前端 未结 28 1707
渐次进展
渐次进展 2020-12-24 04:39

In ASP.NET MVC 4.5.2 Framework.

after typing

@Html.LabelFor()
or 
@Html.EditorFor()

in view

I\'m getting Error: The

28条回答
  •  臣服心动
    2020-12-24 05:00

    I just had the same exact issue and none of the solutions fixed the problem. I had to add this into my web.config within System.Web

    
    
    

    I had removed it when changing some of the config around.

提交回复
热议问题