[Mono-dev] Mono 1.1.17 ASP.NET Problem

Nick Hoddinott nickhmono at googlemail.com
Thu Aug 31 03:51:33 EDT 2006


> Have you tried building your ASP.NET projects without
> the help of Visual Studio.net?  Another words, build
> and run everything from the commmand-line?  You can
> try it.  It will help you learn a lot of what's going
> on behind-the-scenes.

Auto compilation of code in the App_Code directory has absolutely
nothing to do with Visual Studio, it is a feature of the ASP.NET 2.0
parser and related libraries. As I now appreciate, it has yet to be
implemented in Mono, hence my posts. Visual Studio does a lot of
things for you, but this isn't one.

As far as completeness of support for ASP.NET 2.0 in Mono, I'd say
it's shaping up pretty well, from first hand experience of running my
2.0 code. Notable exceptions being Configuration and a few controls.
Auto compiliation seems to be the biggest bit of missing functionality
(to me, anyway). So, I'll see what I can do to help out with that.

Nick H



More information about the Mono-devel-list mailing list