From: Wotan v. K. <von...@we...> - 2003-04-30 14:28:21
|
=20 Hello, Since I have installed .Net Framework 1.1 and .net Firebird Provider RC2 I always get a System.TypeLoadException when I try to open a connection. =20 Code: =20 FbConnection myConn =3D new FbConnection("Database=3DC:\\EMPLOYEE.GDB;User=3DSYSDBA;Password=3Dmaster= key") ; myConn.Open(); =20 Output in German: =20 =84Eine nicht behandelte Ausnahme des Typs 'System.TypeLoadException' = ist in firebirdsql.data.firebird.dll aufgetreten. =20 Zus=E4tzliche Informationen: Ung=FCltiges PInvoke-Metadatenformat(=3D = invalid PInvoke-Metadata format) =20 =20 Unbehandelte Ausnahme: System.TypeLoadException: Ung=FCltiges PInvoke-Metadatenformat. at FirebirdSql.Data.Firebird.ConnectionPool.Create(String connectionString) at FirebirdSql.Data.Firebird.ConnectionPool.CheckOut(String connectionString) at FirebirdSql.Data.Firebird.FbConnectionPool.GetConnection(String connectionString) at FirebirdSql.Data.Firebird.FbConnection.Open() . . . . . . =20 =93 =20 Thanks, Wotan von Klass |