From: Doug P. <dj...@vi...> - 2003-08-28 02:29:16
|
I have a fairly clean install of RH9.0. I then installed all the Mono 0.26 Release rpms, works. Then I installed Firebird FirebirdCS-1.5.0.3773-RC5, works. Then I installed FirebirdNETProvider1.5-Alpha1-Doc.zip. Then I tried the C# Example code at http://go-mono.com/firebird.html, with my password and database path. It compiles but when I run it I get this: Unhandled Exception: FirebirdSql.Data.Firebird.FbException: No message for code 335544721 found. ---> FirebirdSql.Data.Firebird.Gds.GdsException: Exception of type FirebirdSql.Data.Firebird.Gds.GdsException was thrown. in <0x0032c> 00 FirebirdSql.Data.Firebird.Gds.GdsAttachement:Connect () in <0x00044> 00 FirebirdSql.Data.Firebird.Gds.GdsDbAttachement:Attach () in <0x00060> 00 FirebirdSql.Data.Firebird.FbDbConnection:Connect () --- End of inner exception stack trace --- in <0x000a8> 00 FirebirdSql.Data.Firebird.FbDbConnection:Connect () in <0x00054> 08 FirebirdSql.Data.Firebird.FbDbConnection:Connect () in <0x0014e> 00 FirebirdSql.Data.Firebird.FbConnection:Open () in <0x00073> 00 .Test:Main (string[]) Any hints? Thanks |