From: Glenn S. <gm...@ro...> - 2003-06-21 20:28:29
|
Hi I just installed the Firebird.Net Data Provider and using their=20 ASP.Net example with the security.fdb database and it comes up with the = below error. I tried the same thing with IB6 and get the same error. I can use Easysoft ODBC driver & IB6 with ASP.Net. Error: Invalid PInvoke metadata format. It bombs on the=20 myConnection.Open(); Stact Trace [TypeLoadException: Invalid PInvoke metadata format.] FirebirdSql.Data.Firebird.ConnectionPool.Create(String = connectionString) +72 FirebirdSql.Data.Firebird.ConnectionPool.CheckOut(String = connectionString) +443 FirebirdSql.Data.Firebird.FbConnectionPool.GetConnection(String = connectionString) +32 FirebirdSql.Data.Firebird.FbConnection.Open() +108 ASP.CSharpExample_aspx.Connection() in C:\Program = Files\FirebirdNETProvider1.1\examples\ASP.NET\CSharpExample.aspx:29 ASP.CSharpExample_aspx.cmdConnect_Click(Object sender, EventArgs e) = in C:\Program = Files\FirebirdNETProvider1.1\examples\ASP.NET\CSharpExample.aspx:40 System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108 = System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.Rais= ePostBackEvent(String eventArgument) +57 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler = sourceControl, String eventArgument) +18 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) = +33 System.Web.UI.Page.ProcessRequestMain() +1263 Win2000 IE: v6.02 FirebirdSql.Data.Firebird: 1.1.1253.20777 DotNet Framework * 1.0.2914 * 1.0.3705 * 1.1.4322 Firebird_1_5 Any suggestions? Thanks Glenn |