I´m currently trying to get a MVC 2 (.NET 4.0) application running on Mono, but I´ve got some problems with the XSP server.

Everything is fine, when I press the "Run" button in MonoDevelop. My application starts using the correct version of ASP.NET:
Mono Runtime Version: 2.8 (tarball Tue Oct 5 14:16:19 MDT 2010); ASP.NET Version: 4.0.30319.1

When I try to debug my application, MonoDevelop always uses the wrong ASP.NET version:
Mono Runtime Version: 2.8 (tarball Tue Oct 5 14:16:19 MDT 2010); ASP.NET Version: 2.0.50727.1433

Does anyone know how I can change this?

Regards,
Philip

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

The current trunk does not use xsp4 during debugging.

I pushed my branch to http://github.com/silk/monodevelop/tree/xsp4 with that small change.

Master branch of monodevelop now supports xsp4 for debugging both on Linux and Windows.

link|improve this answer
Looks correct, could you send a pull request? Btw, ideally it should also handle xsp4 for the Windows/.NET case, and report an error in the case of an unrecognized version. – mhutch Oct 11 '10 at 23:35
This works fine. Thank you! – philipproplesch Oct 12 '10 at 17:27
Does that also work for MacOs X? – Bob Lokerse Jan 25 '11 at 19:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.