[Mono-list] coLinux/Debian unstable mod_mono error

2005-07-26 Thread Fabian Salamanca Dominguez
Hi! I'm using coLinux/Debian unstable aling with Apache/2.0.54 (Debian GNU/Linux) mod_mono/1.0.5 PHP/4.3.10-15 and mono 1.1.8, when I try to connect to an app I get this error: In ModMonoWorker.Run: Abnormal string size. Parameter name: size I already tried Google... Please help! thanks! --

[Mono-list] coLinux/Debian unstable mod_mono error

2005-07-27 Thread Fabian Salamanca Dominguez
Hi! I'm using coLinux/Debian unstable along with Apache/2.0.54 (Debian GNU/Linux) mod_mono/1.0.5 PHP/4.3.10-15 and mono 1.1.8, when I try to connect to an app I get this error: In ModMonoWorker.Run: Abnormal string size. Parameter name: size Apache and mod-mono-server are both in localhost. I a

[Mono-list] coLinux/Debian mod_mono/1.0.5 error

2005-07-28 Thread Fabian Salamanca Dominguez
Hi! I'm using coLinux/Debian unstable along with Apache/2.0.54 (Debian GNU/Linux) mod_mono/1.0.5 PHP/4.3.10-15 and mono 1.1.8, when I try to connect to an app I get this error: In ModMonoWorker.Run: Abnormal string size. Parameter name: size I already tried Google... Please help! thanks! --

[Mono-list] Npgsql error

2005-08-04 Thread Fabian Salamanca Dominguez
Hi I tried to compile a simple C# program and access a Postgresql DB but I got this error in runtime (it compiled with no errors) : [EMAIL PROTECTED] Mono]$ mcs dbaccess.cs  -r:Npgsql.dll -r:System.Data.dll [EMAIL PROTECTED] Mono]$ mono dbaccess.exe Unhandled Exception: System.InvalidCastExcepti

Re: [Mono-list] Npgsql error

2005-08-05 Thread Fabian Salamanca Dominguez
Thanks to all!! The last one prints: System.String System.Int32 never prints null, I'll try the other suggestions... java-ish lol, what's java?On 8/5/05, Francisco Figueiredo Jr. <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE-Hash: SHA1Fabian Salamanca Dominguez wrote: >> Hi>Hi Fa

[Mono-list] libgdiplus build error

2005-08-29 Thread Fabian Salamanca Dominguez
Hi! I'm trying to build mono from sources and I'm having trouble eith libgdi: gifcodec.c:611: conflicting types for `gdip_save_gif_image_to_file' I'm using gcc 3.4.3 and gcc 3.2 in CentOS 4, any ideas of what's going on? Any special ./configure parameters? thanks!!! -- Fabian

[Mono-list] libgdiplus build error

2005-08-29 Thread Fabian Salamanca Dominguez
Hi! I'm trying to build mono from sources and I'm having trouble eith libgdi: gifcodec.c:611: conflicting types for `gdip_save_gif_image_to_file' I'm using gcc 3.4.3 and gcc 3.2 in CentOS 4, any ideas of what's going on? Any special ./configure parameters? thanks!!! -- Fabian

[Mono-list] Building GUI with glade not working

2005-10-05 Thread Fabian Salamanca Dominguez
Hi! I created a test GUI with Glade in Windows and then I tried to build a mono (1.1.8) app with that GUI using the following code: //*** using System; using Gtk; using Glade; public class GladeApp {     public static void Main (string[] args)     {     new Gl