This question is locked. New answers and comments are not allowed.
I have installed the Telerik MVC extensions and followed the instructions to add it to my project. When I try to run the project, I get the following compilation error in Site.Master:
Compiler Error Message: CS1502: The best overloaded method match for 'System.Web.HttpUtility.HtmlEncode(string)' has some invalid arguments
Source Error:
Any ideas where to look? I have searched my project for HtmlEncode calls, and there are none that should be turning up on the initial page.
P.S., Found that if I remove the .Render() call, there is no error, but of course, it doesn't render the style sheets
Compiler Error Message: CS1502: The best overloaded method match for 'System.Web.HttpUtility.HtmlEncode(string)' has some invalid arguments
Source Error:
|
Any ideas where to look? I have searched my project for HtmlEncode calls, and there are none that should be turning up on the initial page.
P.S., Found that if I remove the .Render() call, there is no error, but of course, it doesn't render the style sheets