Re: [Mono-dev] About DllNotFountExeption

2008-10-14 Thread Taoye
Hi , Everaldo Canuto :  I am sorry , i reply you now. Yes, i installerd the libgdiplus package.Here is the path of the libgdiplus in my system ( Red Hat Enterprise 5 ). See the following: libgdiplus.so.0 (libc6) => /usr/lib/libgdiplus.so.0 libgdiplus.so (libc6) => /usr/lib/

Re: [Mono-dev] About DllNotFountExeption

2008-10-14 Thread Petit Eric
Le 14 octobre 2008 09:19, Taoye <[EMAIL PROTECTED]> a écrit : >Hi , Everaldo Canuto : > >I am sorry , i reply you now. Yes, i installerd the libgdiplus > package.Here is the path of the libgdiplus in my system ( Red Hat Enterprise > 5 ). See the following: > >libgdiplus.so.0 (libc6) =

Re: [Mono-dev] About DllNotFountExeption

2008-10-14 Thread Sebastien Pouliot
On Tue, 2008-10-14 at 09:55 +0200, Petit Eric wrote: > Le 14 octobre 2008 09:19, Taoye <[EMAIL PROTECTED]> a écrit : > >Hi , Everaldo Canuto : > > > >I am sorry , i reply you now. Yes, i installerd the libgdiplus > > package.Here is the path of the libgdiplus in my system ( Red Hat Enterpri

Re: [Mono-dev] About DllNotFountExeption

2008-10-14 Thread Paul
Hi, >I am sorry , i reply you now. Yes, i installerd the libgdiplus > package.Here is the path of the libgdiplus in my system ( Red Hat > Enterprise 5 ). See the following: > >libgdiplus.so.0 (libc6) => /usr/lib/libgdiplus.so.0 >libgdiplus.so (libc6) > => /usr/lib/libgdiplus.

Re: [Mono-dev] problems compiling using System.Configuration using Mono 2.0

2008-10-14 Thread Bill Holmes
Hi, Try gmcs instead of mcs. -bill 2008/10/14 mike horsley <[EMAIL PROTECTED]>: > I can use the following on MS: > > System.Configuration.ConfigurationManager.AppSettings(……..) > > > > This requires a reference to System.Configuration. > > > > I'm trying to do the same on mono 2.0 (using the VMW

[Mono-dev] problems compiling using System.Configuration using Mono 2.0

2008-10-14 Thread mike horsley
I can use the following on MS: System.Configuration.ConfigurationManager.AppSettings() This requires a reference to System.Configuration. I'm trying to do the same on mono 2.0 (using the VMWARE image) but cant figure out what reference I need to give mcs to get it to compile. I've

Re: [Mono-dev] Mono 2.0 defeat story...

2008-10-14 Thread Gonzalo Paniagua Javier
Hi Hubert! On Mon, 2008-10-13 at 17:18 +0200, Hubert FONGARNAND wrote: [...] > The upgrade was really a pain, because we have found at least two bugs > in mono : > > https://bugzilla.novell.com/show_bug.cgi?id=433908 > https://bugzilla.novell.com/show_bug.cgi?id=434305 > > These bugs prevent our

Re: [Mono-dev] About DllNotFountExeption

2008-10-14 Thread Petit Eric
2008/10/14 Sebastien Pouliot <[EMAIL PROTECTED]>: > On Tue, 2008-10-14 at 09:55 +0200, Petit Eric wrote: >> Le 14 octobre 2008 09:19, Taoye <[EMAIL PROTECTED]> a écrit : >> >Hi , Everaldo Canuto : >> > >> >I am sorry , i reply you now. Yes, i installerd the libgdiplus >> > package.Here is t

[Mono-dev] [PATCH] Get back methods in the symbol files generated by SRE-using compilers

2008-10-14 Thread Cedric Vivier
Hey all, I've recently discovered that code generated by booc (or other compilers using SRE [1]) cannot be conveniently debugged with the mono debugger anymore because there is no methods information in the generated symbol file. It was working pre-kahalo, but when symbol writing code from SRE cam