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

前端 未结 28 1623
渐次进展
渐次进展 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:09

    In my case this message was shown only when Resharper was turned on. I have cleared Resharper cache, restarted VS, turned Resharper off and turned it on again. The message has dissapeared.

提交回复
热议问题