[Mono-list] Running ASP.Net 4.5 MVC Application on Mono

Fernando Rodriguez frodriguez.developer at outlook.com
Wed Sep 17 23:03:11 UTC 2014


On Wednesday 17 September 2014 10:25:47 PM Martin Thwaites wrote:
> Have you tried the MVC3 boilerplate solution, even just the one that is
> generated from Visual Studio?

I will try that in a little bit. I did tried one from MonoDevelop (same error) 
but the MVC project on my mono is broken, it references System.Web.WebPages 
from the 4.0 framework but I don't have those in 4.0, they only exist in the 
4.5 directory. It also references System.Web.Mvc.dll 2.0.0 but it won't 
compile with it. Did you installed mono from source? Does monodevelop MVC3 
solution works out of the box for you?

There's also something wrong with my xsp because it only installs to the 2.0 
and 4.5 directories and the only executable copy is on the GAC the one on 4.5 
is just a symlink to the GAC. I'm going to clean everything up and install 
again.


More information about the Mono-list mailing list