Hi all! I've converted an MVC 1.0 project to MVC 2.0 and I'm now receiving this error:
Method not found: 'System.String System.Web.Mvc.Html.LinkExtensions.RouteLink(System.Web.Mvc.HtmlHelper, System.String, System.Web.Routing.RouteValueDictionary, System.Collections.Generic.IDictionary`2<System.String,System.Object>)'. It's called by a basic <%= Html.ActionLink<InfoController>(x => x.about(), "about us" ) I've had a look at the DLL definitions, and that method does exist. Any MVC gurus out there that would have a pointer on where to look to fix this? Cheers! Tiang
