I'm trying to build HtmlHelpersExtensions.cs and am getting the following error:
Error 1 'string' does not contain a definition for 'Raw' and no extension method 'Raw' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?) c:\documents and settings\administrator\my documents\visual studio 2010\Projects\COE\COE\App_Code\HtmlHelpersExtensions.cs
I get the error five times. In searching, I've found that .Raw is not available in MVC2, but I'm using MVC3.
System.Web.Mvc Runtime Version = v4.0.30319 / Version = 3.0.0.0
Not sure where to go from here - suggestions appreciated!