Re: [Mono-dev] --------Monodevelop , MySql Connection problem ...Pls Help--------

2011-09-12 Thread Daniel Morgan
The GAC is only used at runtime.  The C# compiler does not use the GAC for assemblies you reference.   The C# compiler needs to find the MySql.Data.dll file that is not in the GAC.  You may need to add to the PATH environment variable where you put the MySql.Data.dll file.

Re: [Mono-dev] Native stack trace in mono-2-10

2011-09-12 Thread Andres G. Aragoneses
On 09/11/2011 09:42 AM, Bassam Tabbara wrote: Hello, We are seeing the following crash quite frequently on our test servers: #0 0x7fe188725165 in raise () from /lib/libc.so.6 #1 0x7fe188727f70 in abort () from /lib/libc.so.6 #2 0x00493298 in mono_handle_native_sigsegv

Re: [Mono-dev] Native stack trace in mono-2-10

2011-09-12 Thread Bassam Tabbara
Thanks Andres. We build out of the mono-2-10 branch directly (no tags). The part that is puzzling to me is why monoeg_g_hash_table_lookup calls mono_magic_trampoline (it doesn't). Also frame #12 looks very suspiciously close in value to the key parameter of monoeg_g_hash_table_lookup (they

[Mono-dev] Multiple Monos in a single process

2011-09-12 Thread Joe Dluzen
Hi all, let's say I have a C# app A which PInvokes to a native SO/DLL B, which embeds Mono for basically 100% of its logic. Do bad things happen on Linux vs Windows? Thanks, Joe ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

[Mono-dev] Fwd: Native stack trace in mono-2-10

2011-09-12 Thread Rolf Bjarne Kvinge
Sorry, this was meant for the entire list. -- Forwarded message -- From: Rolf Bjarne Kvinge r...@xamarin.com Date: Mon, Sep 12, 2011 at 10:30 PM Subject: Re: [Mono-dev] Native stack trace in mono-2-10 To: Bassam Tabbara bas...@symform.com Hi, If you can, using Valgrind is