jmalcolm wrote: > Ah. I think the issue is that Mono 2.8.1 ships with ASP.NET MVC2 but the > MonoDevelop ASP.NET template still assumes ASP.NET MVC 1.0. > > I have had to change the references myself when using the "new project" > templates in MonoDevelop. > > Check what versions are being requested in Web.config.
In the Web.config I have this: <add assembly="System.Web.Mvc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" /> So I think that's the problem. -- View this message in context: http://mono.1490590.n4.nabble.com/Problems-with-ASP-NET-MVC-and-Mono-tp3060957p3162547.html Sent from the Mono - ASP.NET mailing list archive at Nabble.com. _______________________________________________ Mono-aspnet-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
