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

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

    I am not sure if you are still having this issue or not but i was having the same issue as well.

    I was able to find the solutions here

    https://stackoverflow.com/questions/6496223/compilation-error-in-net-4-0-web-config-linq-not-found

    
    
    
    
    
    

    I hope this helps..

提交回复
热议问题