[Mono-list] Execution Error with CVS snapshot

Alan Tam Tam@SiuLung.com
Mon, 10 Feb 2003 02:35:32 +0800


When I run my exe file with the freshly complied cvs snapshot, I got the
following error:

$ ./main.exe
Unhandled Exception: System.SystemException: A system exception has occurred.
in (unmanaged) /usr/bin/cli(mono_raise_exception+0x15) [0x810ba49]
in (unmanaged) /usr/bin/cli [0x8123756]
in (unmanaged)
/usr/bin/cli(ves_icall_System_Net_Sockets_Socket_Connect_internal+0x19)
[0x81238f9]
in <0x0005a> 00 System.Net.Sockets.Socket:Connect (System.Net.EndPoint)
in <0x000b3> 00 ByteFX.Data.MySQLClient.Driver:CreateSocketStream (string,int)
in <0x00038> 00 ByteFX.Data.MySQLClient.Driver:Open
(string,int,string,string,bool)
in <0x000e4> 00 ByteFX.Data.MySQLClient.MySQLConnection:Open ()
in <0x00053> 00 DbConnection:.ctor ()
in <0x0008a> 00 Table:.ctor
(System.Data.DataTable,string,PEM.Collections.Pair[])
in <0x000e9> 00 PC:.ctor (int)
in <0x00054> 00 .Test:Main ()

When I rollback to Mono 0.19, it worked file. May I know how can I find out
what has gone wrong?

Regards,
Alan