Re: [Mono-dev] WCF in Mono 2.6.7

2011-01-17 Thread joelcaner
I think that the error: Bad request is because I need to configure the XmlDictionaryReaderQuotas. Can you tell me how you do that in Mono? By the way, I upgraded to Mono 2.8. Cheers, On Mon, Jan 17, 2011 at 2:17 AM, Atsushi Eno-2 [via Mono]

Re: [Mono-dev] Finalizers in CriticalHandle

2011-01-17 Thread Dick Porter
On Fri, 2011-01-14 at 17:26 +0100, Rodrigo Kumpera wrote: I suppose it is. Does .NET call Release on finalizer? I've no idea, but is there any reason why it shouldn't? It is after all supposed to be there for cleaning up unmanaged resources. - Dick

Re: [Mono-dev] Finalizers in CriticalHandle

2011-01-17 Thread Rodrigo Kumpera
On Mon, Jan 17, 2011 at 5:19 PM, Dick Porter dpor...@codicesoftware.comwrote: On Fri, 2011-01-14 at 17:26 +0100, Rodrigo Kumpera wrote: I suppose it is. Does .NET call Release on finalizer? I've no idea, but is there any reason why it shouldn't? It is after all supposed to be there for

Re: [Mono-dev] [PATCH] Re: trunk compile error, sgen-gc.c

2011-01-17 Thread Zoltan Varga
Applied. Please send patches as attachments in the future. Zoltan On Mon, Jan 17, 2011 at 5:20 AM, KISHIMOTO, Makoto ksmak...@dd.iij4u.or.jpwrote: Hello, I tried to patch. This looks work fine. diff --git a/mono/utils/mono-sigcontext.h b/mono/utils/mono-sigcontext.h index

Re: [Mono-dev] crash on first runtime_invoke (using MSVC build)

2011-01-17 Thread Zoltan Varga
Hi, I commited this to HEAD/2.10. Thanks for the patch. Zoltan On Sat, Jan 15, 2011 at 8:25 PM, Robert Jordan robe...@gmx.net wrote: Hi, On 15.01.2011 01:20, Zoltan Varga wrote: Hi, Do you have a testcase, or does this happen with all apps ? See

Re: [Mono-dev] File not found error when using Activator.CreateInstanceFrom()

2011-01-17 Thread mike
Hey John, thanks for the reply. I was compiling the c# test app and test dlls above from within Visual Studio 2005, taking default options. Options listed below, although seems this is OBE for you now The PATH variable was one of the first things that I checked when I first ran into this

Re: [Mono-dev] File not found error when using Activator.CreateInstanceFrom()

2011-01-17 Thread mike
Update: In putting together the sample code for the above, I was able to finally get past this error by setting the PATH variable for *every* sub directory path required in the search path. For some reason, this was not required while running under .NET. example: set