Currently working on a project that is being developed in VS2010. I'm running Windows in a VM, where I've done most .NET dev, but I'm now working on a new project that is ASP.NET MVC3 based so I thought I could use Mono/MonoDevelop to save some system resources by not running a Windows VM (Worked perfectly on a previous barebones MVC2 app).
The new MVC3 project is using Ninject, and extensions. I can't just run wth xsp4
and have it work (loads of errors). So I've been trying to git
the individual projects (ninject, ninject.web.commons, ninject.web.mvc|ninject.mvc3) and building them.
(just building them from within MonoDevelop 2.6 beta 2, no success building with nant
)
Ninject builds fine, but I get compiler crashes building the others. Do these even work with Mono 2.10.x? If so has anyone had any success building|using them?