[MonoDevelop] ASP.NET and partial classes
Łukasz Zachulski
lzachulski at gmail.com
Sun Jun 10 11:39:15 EDT 2007
Michael Hutchinson wrote:
> Hi Łukasz,
>
> Yes, Mono will autogenerate them if you're using the 2.0
> compile-on-the-server mode, which is enabled with the CodeFile
> attribute. This is demonstrated in the following thread:
> http://lists.ximian.com/pipermail/monodevelop-list/2007-May/005986.html
>
Ok, thanks... I was just wondering if it is possible to deploy
precompiled pages instead of using compile-on-the-server mode as you
described.
>> If I don't compile that page I don't have anything else to compile under
>> that project and as the result MD gives me that error msg
> <snip>
>> Is this right way to handle that kind of error?
>
> I'll have to fix that, as ASP.NET projects won't necessarily need
> compilation.
>
Probably that isn't too complicated or important right now;)
> Basically, MonoDevelop doesn't yet support the 2.0 way of doing
> ASP.NET CodeBehind. You can still do it, as long as you know what's
> going on behind the scenes.
>
Thanks.
--
Łukasz Zachulski
More information about the Monodevelop-list
mailing list