[Mono-dev] app_code autocompilation

2006-11-07 Thread Damien Churchill
I was just wondering if anyone has any information on whether any implementation of this has got past just being thought of. There was a small talk of it a while ago. Anything come of it? ___ Mono-devel-list mailing list

Re: [Mono-dev] app_code autocompilation

2006-11-07 Thread Marek Habersack
On Tue, 7 Nov 2006 14:55:00 -, Damien Churchill [EMAIL PROTECTED] scribbled: I was just wondering if anyone has any information on whether any implementation of this has got past just being thought of. There was a small talk of it a while ago. Anything come of it? It should be in SVN by

Re: [Mono-dev] App_Code

2006-09-20 Thread Nick Hoddinott
Do we have the bug track for this? No, good point. I'll put together a small as possible test case that autocompiles on Windows ASP.NET and submit that with the bug. Regards, Nick H ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-dev] App_Code

2006-09-20 Thread Tony Gu
Nick, Thanks! Please let us know when it could fixed. TonyNick Hoddinott [EMAIL PROTECTED] wrote: Do we have the bug track for this?No, good point. I'll put together a small as possible test case thatautocompiles on Windows ASP.NET and submit that with the bug.Regards,Nick H Do you

Re: [Mono-dev] App_Code

2006-09-19 Thread Nick Hoddinott
Hi, I know someone asked it befere, but i still haven't found solution. How to make my asp.net 2.0 web page 'automagically' compile dll's I've haven't found a solution as yet. I started looking at the mono code, but have had limited time recently. It's something I hope to revisit soon. Of

Re: [Mono-dev] App_Code

2006-09-19 Thread damien churchill
Title: Re: [Mono-dev] App_Code you don't actually have to compile the code for the 'Assembly="xx.cs"' to work. I've got it working fine with just source files. admittedly still breaks under windows, From: [EMAIL PROTECTED] on behalf of Nick HoddinottSent: Tue 19/09/20

Re: [Mono-dev] App_Code

2006-09-19 Thread Tony Gu
Title: Re: [Mono-dev] App_Code Do we have the bug track for this?damien churchill [EMAIL PROTECTED] wrote: you don't actually have to compile the code for the 'Assembly="xx.cs"' to work. I've got it working fine with just source files. admittedly still breaks under windo

[Mono-dev] App_Code

2006-09-18 Thread Tomasz Kubacki
hello there,I know someone asked it befere, but i still haven't found solution.How to make my asp.net 2.0 web page 'automagically' compile dll's (and see the inner Types) in the App_Code folder (as it used to be in VS.NET 2005) ? Any workarounds ?regards,Tomasz Kubacki-- avoid reality at all

[Mono-dev] App_Code folder

2006-09-11 Thread Piotr Stulinski
ASP.NET 2.0 App_Code compilation I have looked all over the internet for help regarding ASP.NET 2.0 under monoand the App_Code folder. Alsoposted on gotmono forums butno reply.It seems that this code is completely ignored when executing a web page under mono? Has this not yet been implemented or

Re: [Mono-dev] App_Code folder

2006-09-11 Thread Gonzalo Paniagua Javier
On Mon, 2006-09-11 at 09:54 +0200, Piotr Stulinski wrote: ASP.NET 2.0 App_Code compilation I have looked all over the internet for help regarding ASP.NET 2.0 under mono and the App_Code folder. Also posted on gotmono forums but no reply. It seems that this code is completely ignored when