[Mono-dev] Errors while generating serializers

2009-09-07 Thread Maciej Paszta
Hi! I'm experiencing strange problem that manifests itself with the following message appearing on the console: Error while compiling generated serializer /tmp/2c1565e6/2f8bc8bb.cs(14481,38) : error CS1518: Expected `class', `delegate', `enum', `interface', or `struct'

Re: [Mono-dev] Errors while generating serializers

2009-09-07 Thread Leszek Ciesielski
https://bugzilla.novell.com/show_bug.cgi?id=488293 possibly? On Mon, Sep 7, 2009 at 12:15 PM, Maciej Pasztapasz...@go2.pl wrote: Hi! I'm experiencing strange problem that manifests itself with the following message appearing on the console: Error while compiling generated serializer

[Mono-dev] An asynchronous System.Runtime.Remoting.Channels.Tcp

2009-09-07 Thread Dick Porter
Hi all Attached is a patch to add an optional asynchronous path for the TCP remoting channel server. The main benefit we see with this change is in reliability; when a single server is servicing many clients at once (we test with over 100) with large data transfers the standard

Re: [Mono-dev] Embedding w/ Config Errors | No Entry Assembly

2009-09-07 Thread Robert Jordan
Matthew Metnetsky wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, As some might have picked up I'm embedding Mono into a project and all is mostly going well. While trying to tie together .NET objects with GObject's via compiled MonoMethod thunks I hit a snag.

Re: [Mono-dev] Gtk depends on Winforms ¿?

2009-09-07 Thread Carlos Alberto Cortez
Hey, But since Mono's System.Windows.Forms is Open Source [1], why was it again that no one has found out what DoEvents does? ;-) Andreas [1] http://anonsvn.mono-project.com/viewvc/trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIWin32.cs?view=markup We do know what

Re: [Mono-dev] Gtk depends on Winforms ¿?

2009-09-07 Thread Robert Jordan
Hi, Carlos Alberto Cortez wrote: But since Mono's System.Windows.Forms is Open Source [1], why was it again that no one has found out what DoEvents does? ;-) Andreas [1]