I'ld removed and re-added all the MVC references. No cake.
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of silky Sent: Saturday, 27 March 2010 10:07 PM To: ozDotNet Subject: Re: MVC 2 Error: System.MissingMethodException On Sat, Mar 27, 2010 at 7:52 PM, Tiang Cheng <[email protected]> wrote: > 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? Have you tried reproducing it in a clean new project? Or before that, have you tried cleaning/deleting all old dll's? This is almost always the reason for this type of error. > Cheers! > > Tiang -- silky http://www.programmingbranch.com/
