Intellisense does not work for any razor html tags. A red line is also shown in all html razor tags (@Html.TexBox, @Html.DropdownList MultiSelect etc)
The Visual Studio error window displays an error of three types.
Error # 1:
Type arguments for the method 'System.Web.Mvc.Html.InputExtensions.TextBoxFor (System.Web.Mvc.HtmlHelper, System.Linq.Expressions.Expression> System.Collections.Generic.IDictionary)' cannot be taken out of use. Try explicitly specify type arguments.
Error # 2:
One or more of the types required to compile a dynamic expression cannot be found. Are you missing the links for Microsoft.CSharp.dll and System.Core.dll?
Error No. 3:
Error 40 Type arguments for the method "System.Web.Mvc.Html.InputExtensions.HiddenFor (System.Web.Mvc.HtmlHelper, System.Linq.Expressions.Expression>)" cannot be taken out of use. Try specifying type arguments explicitly.
See the attached link for more information.


Rakin source share