Specter wrote: > > > Hello. Yes, I have ASP.NET MVC installed, and if I choose .NET CLR, it > compiles without problems, but if I change the CLR to Mono, it doesn't > work and I have that error. I think that it's due to the version of the > assembly, MonoDevelop shows that its version is 1.0.0.0, but if I manually > select the version 2.0.0.0, the project compiles. >
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. -- View this message in context: http://mono.1490590.n4.nabble.com/Problems-with-ASP-NET-MVC-and-Mono-tp3060957p3162471.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
