[Mono-aspnet-list] Problems with ASP.NET MVC and Mono

jmalcolm malcolm.justin at gmail.com
Thu Dec 23 12:36:43 EST 2010



Specter wrote:
> 
> Hello, I'm trying to make a mvc project with mono under windows, but when
> I create the project, I press the build button but I always have the same
> error, "The type or namespace 'Mvc' does not exist in the namespace
> 'System.Web'.
> 
> I'm using Mono 2.8.1 and MonoDevelop 2.4.1 under windows 7 ultimate x64.
> 
> What can I do??
> 

MonoDevelop on Windows runs on top of .NET and not on Mono even if Mono is
installed.  You can choose what CLR to target for your builds (.NET or Mono)
but .NET is the default.

Are you sure you are building against Mono?  If you are building against
.NET, have you installed ASP.NET MVC on .NET?
-- 
View this message in context: http://mono.1490590.n4.nabble.com/Problems-with-ASP-NET-MVC-and-Mono-tp3060957p3162364.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.


More information about the Mono-aspnet-list mailing list