This question is locked. New answers and comments are not allowed.
CS1061: 'System.Web.Mvc.HtmlHelper<dynamic>' does not contain a definition for 'Configurator' and no extension method 'Configurator' accepting a first argument of type 'System.Web.Mvc.HtmlHelper<dynamic>' could be found (are you missing a using directive or an assembly reference?)
what is this error in my application
Line 5: .MaxDate((DateTime)ViewData["maxDate"]) Line 6: )
@using (Html.Configurator("The calendar should...")
Line 8: .PostTo("FirstLook", "Calendar")
Line 9: .Begin())
what is this error in my application