[Mono-aspnet-list] ASP.NET MVC 3 under Windows with MonoDevelop

Marek Habersack grendel at twistedcode.net
Fri Apr 8 12:45:43 EDT 2011


On Fri, 8 Apr 2011 18:30:21 +0200
Tanguy Krotoff <tkrotoff at gmail.com> wrote:

> Hi all,
Hey,

> I've managed to execute the ASP.NET MVC template that you provide with
> MonoDevelop under Windows using ASP.NET MVC 3.
> 
> Here the steps:
> 
> * Install Mono (tested with 2.10.1), MonoDevelop (tested with 2.6 beta
> 1) and friends
> 
> * Install ASP.NET MVC 3 from Microsoft http://www.asp.net/mvc/mvc3
> 
> * Create a new solution "ASP.NET MVC Project" inside MonoDevelop
> 
> * Inside this new project, change "runtime version" to "Mono / .NET
> 4.0" instead of the default one which is "Mono / .NET 3.5"
> 
> * Copy-paste into the bin directory of the MVC project the following
> dlls given with Microsoft ASP.NET MVC 3 (check C:\Program
> Files\Microsoft ASP.NET)
> 
> Microsoft.Web.Infrastructure.dll
This is incorrect - you must not use the .NET M.W.I assembly with Mono, it won't work (see
http://twistedcode.net/blog/post/2011/01/17/Mono-and-ASPNET-MVC-v3.aspx)

marek


More information about the Mono-aspnet-list mailing list