[Mono-aspnet-list] CentOS 6 mod_mono becomes runaway process in read_data/apr_socket_recv

2012-04-05 Thread Tim Nelson
I've got several sites running Mono/mod_mono 2.10 under RH 5.X. However, I am trying to build from sources on CentOS 6 and when my first request hits mod_mono code hangs at read_data (actually apr_socket_recv): do { DEBUG_PRINT (1, read data); input = read_data

[Mono-dev] Mono.CSharp and IKVM.Reflection

2012-04-05 Thread Diego Frata
Hello, I've been examining the Mono.CSharp source code and there's an unfinished port to IKVM.Reflection. Is anyone working on it lately? What's the remaining work that needs to be done? Diego Frata diego.fr...@gmail.com ___ Mono-devel-list mailing

Re: [Mono-dev] Google Summer of Code project ideas

2012-04-05 Thread Konrad Kruczyński
Hello again, On Thu, 2012-04-05 at 10:06 +0700, Alexander Mezin wrote: Yeah, I agree on the general term that it could and should be easier to use, just thought maybe you did not discovered it yet (frankly, because of the hidden nature of this feature not so many people are aware of it).

[Mono-dev] Fwd: GSOC [2012] Questions regarding ASP.NET 4.5 Async Stack

2012-04-05 Thread preeti .
Hello everyone, I am eagerly Waiting for response from Mono Project. Please give answer to queries as mentioned in last mail ASAP. I want to submit Propsal in Mono Project as the deadline is tomorrow for GSOC 2012. Thanks... Regards, Preeti Mandle -- Forwarded message --

Re: [Mono-dev] Mono.CSharp and IKVM.Reflection

2012-04-05 Thread Rodrigo Kumpera
It's done and we've been shipping it for a while now. On Thu, Apr 5, 2012 at 10:31 AM, Diego Frata diego.fr...@gmail.com wrote: Hello, I've been examining the Mono.CSharp source code and there's an unfinished port to IKVM.Reflection. Is anyone working on it lately? What's the remaining work

Re: [Mono-dev] Fwd: GSOC [2012] Questions regarding ASP.NET 4.5 Async Stack

2012-04-05 Thread Lorenzo Dematté
Hi Preeti, Hi list, The part you are mentioning (implement what the missing async pieces from the ASP.NET stack) is fairly new: the need arouse just a week ago, after the release of OSS code from MS. So it's no wonder we haven't got any answer yet :) I am interested in working on this bit too, and

Re: [Mono-dev] Fwd: GSOC [2012] Questions regarding ASP.NET 4.5 Async Stack

2012-04-05 Thread Lorenzo Dematté
Hi Preeti, Hi list, The part you are mentioning (implement what the missing async pieces from the ASP.NET stack) is fairly new: the need arouse just a week ago, after the release of OSS code from MS. So it's no wonder we haven't got any answer yet :) I am interested in working on this bit too, and

Re: [Mono-list] Problem with Mono.Addins

2012-04-05 Thread Joonu
Ok, I figured it out. The 'Build Action' property of the xml manifests (*.addin.xml files) was set to 'Content'. They should be set to 'Embedded Resource'. For this, what you do is right click the xml manifests, click on properties, and in the properties box that comes up, select the 'Embedded

Re: [Mono-list] Help finding system.media sounds

2012-04-05 Thread Xavi de Blas
Thank you very much! 2012/4/5 Jonathan Pryor jonpr...@vt.edu: On Apr 4, 2012, at 11:07 PM, Xavi de Blas wrote: Hello, I need to find the audio files that are called when I do: System.Media.SystemSounds.Question.Play() System.Media.SystemSounds.Asterisk.Play()

Re: [Mono-list] Help finding system.media sounds

2012-04-05 Thread Jonathan Pryor
On Apr 4, 2012, at 11:07 PM, Xavi de Blas wrote: Hello, I need to find the audio files that are called when I do: System.Media.SystemSounds.Question.Play() System.Media.SystemSounds.Asterisk.Play() System.Media.SystemSounds.Beep.Play() because I need to play them also with another

[Mono-list] How to build mono framework with debug info?

2012-04-05 Thread rthomas
Hi, To find a bug in Debian Socket.ReceiveAsync method I need to have framework debug info. What option to change in the make process to get it? Remi Unhandled Exception: System.ObjectDisposedException: The object was used after being disposed. at System.Net.Sockets.Socket.ReceiveAsync