In ASP.NET MVC 4.5.2 Framework.
after typing
@Html.LabelFor() or @Html.EditorFor()
in view
I\'m getting Error: The
I had this problem too. Changing targetFramework="4.5.2" to targetFramwork="4.5" in web.config file solved it.
targetFramework="4.5.2"
targetFramwork="4.5"