I try to add client side validation using this line of code:
@Html.EnableClientValidation()
But I keep getting this error message:
Compiler Error Message: CS1502: The best overloaded method match for 'Microsoft.WebPages.WebPageUltimateBase.Write(Microsoft.WebPages.Helpers.HelperResult)' has some invalid arguments
Is this working for anyone else, or is it another approach for this in ASP MVC 3?
See Question&Answers more detail:os