From: Pavol S. <pa...@st...> - 2003-02-04 13:27:18
|
Carlos Guzm=E1n =C1lvarez wrote: > Hello: > >> i downloaded fresh CVS and i have problem with connection to database: >> >> it was working with older version :( >> >> using Firebird 1.5 beta1 >> >> Unhandled Exception: System.TypeLoadException: Invalid PInvoke=20 >> metadata format. >> at FirebirdSql.Data.Firebird.ConnectionPool.Create(Byte dialect,=20 >> String chars >> et, String role, String user, String password, String database) >> at FirebirdSql.Data.Firebird.ConnectionPool.CheckOut(Byte dialect,=20 >> String cha >> rset, String role, String user, String password, String database,=20 >> Int64 lifetime >> ) >> at FirebirdSql.Data.Firebird.FbConnectionPool.GetConnection(Byte=20 >> dialect, Str >> ing charset, String role, String user, String password, String=20 >> database, Int64 l >> ifetime) >> at FirebirdSql.Data.Firebird.FbConnection.Open() >> at NovyCas.DBArticle.GetArticle(Int32 iID) in=20 >> C:\Projekty\NetStarek\NovyCas\D >> BArticle.cs:line 157 >> at NovyCas.DBArticle..ctor(Int32 iID) in=20 >> C:\Projekty\NetStarek\NovyCas\DBArti >> cle.cs:line 136 >> at Tests.TestDBArticleConstructor() in=20 >> C:\Projekty\NetStarek\Tests\Main.cs:li >> ne 9 >> at Tests.Main(String[] args) in=20 >> C:\Projekty\NetStarek\Tests\Main.cs:line 42 > > > > > Can you test it setting pooling to false and tell to me if it works or=20 > not?? with pooling=3Dfalse there is same exception p. |