ASP.NET MVC on Mono

I installed MonoDevelop and the latest version of Mono. But I still can’t install the MVC add-in, since I have a dependency conflict: Core v2.0, Code.Gui v2.0, etc. But my repository http://go-mono.com/md/2.1.0/main.mrep does not contain ANY updates.

Is there any way to find the WORKING repository? Thanks!

+4
source share
1 answer

The version number "2.1" is for the current SVN trunk. It is not a fixed / stable API, so no add-ons have been added for it. If you are creating an MD from a trunk, you must also create add-ins from the trunk.

However, the addition of ASP.NET MVC has been mostly from last week, so it no longer needs to be created as a standalone add-on.

+4
source

All Articles