From: Dick C. <rc...@mo...> - 2003-12-29 09:55:46
|
Hello, What conditions would cause the connection.Open() method to fail with the exception message: "Invalid PInvoke metadata format"? I'm pretty sure my Firebird server is running fine (because I have other apps using it without any problems). I'm also sure that my .NET Provider (RC3) is ok because I have other apps running on the same machine that works fine. My database (GDB) also seems ok because I have no problems directly manipulating it using ISQL. But whenever I open the database programmatically, I'm getting that PInvoke error. Dick |