[Mono-dev] Monospace - Call for Speakers

2011-03-29 Thread Dale Ragan
Hello everybody, We would like to announce that we are holding a Call for Speakers[1] for Monospace. If you're interested in speaking, please submit a proposal. In case you haven't heard[2], we are coordinating with the Mono team to hold the conference in conjunction with Mono Summit. Thanks,

Re: [Mono-dev] [PATCH] Enable sgen on sparc and Solaris

2011-03-29 Thread Dick Porter
On 01/10/2010 2:35PM, Dick Porter wrote: Hi all Attached is a patch that implements the arch-specific register handling code for sparc, and ports the x86 ucontext macros to OpenSolaris/x86 (also enabling sgen for this platform). Ok to commit these patches to git head? - Dick

Re: [Mono-dev] StackOverflow on System.Delegate.Equals

2011-03-29 Thread krlm
Hi Tom, Thanks for your reply. I've also just took a look on the MulticastDelegate implementation and on the CombineImpl method but I cannot see how to make that this.prev to be equals to this. Maybe the issue lies in the RemoveImpl method/KMP? I'll try to debug this step by step. Thanks in

Re: [Mono-dev] [PATCH] Enable sgen on sparc and Solaris

2011-03-29 Thread Zoltan Varga
Yes. Zoltan On Tue, Mar 29, 2011 at 4:09 PM, Dick Porter dpor...@codicesoftware.comwrote: On 01/10/2010 2:35PM, Dick Porter wrote: Hi all Attached is a patch that implements the arch-specific register handling code for sparc, and ports the x86 ucontext macros to OpenSolaris/x86

[Mono-dev] wcf support on mono

2011-03-29 Thread mandar bhong
Hi , I am working opc server implementation on mono. Here different protocol is available for communication e.g SoapXmlBinding, SoapXmlOverPipeBinding, SoapXmlOverTcpBinding and TcpBinding From which I have successfully establish communication channel over TcpBinding but when I have

[Mono-dev] [PATCH] System.Windows.Forms.Mime: Use freedesktop.org only on Unix platforms.

2011-03-29 Thread Vincent Povirk
This shouldn't be used in an environment like Wine, where the FDO mime files of a real Windows system can be accessed. From f08711c13f10237d56b29e5fd5f95b8be70ce90f Mon Sep 17 00:00:00 2001 From: Vincent Povirk madewokh...@gmail.com Date: Tue, 29 Mar 2011 13:59:09 -0500 Subject: [PATCH]

Re: [Mono-dev] [PATCH] System.Windows.Forms.Mime: Use freedesktop.org only on Unix platforms.

2011-03-29 Thread Gonzalo Paniagua Javier
On Tue, 2011-03-29 at 14:02 -0500, Vincent Povirk wrote: This shouldn't be used in an environment like Wine, where the FDO mime files of a real Windows system can be accessed. Applied to mono-2-10 and master. Thanks! -Gonzalo ___ Mono-devel-list