HtmlHelper does not contain definition for "Action"
- by ognjenb
I use <%= Html.Action("ReadXML") % and have this error:
'System.Web.Mvc.HtmlHelper' does not contain a definition for 'Action' and no extension method 'Action' accepting a first argument of type 'System.Web.Mvc.HtmlHelper' could be found (are you missing a using directive or an assembly reference?)
How fix it