I'm using the FirebirdClient ADO.NET 2.0 provider with the embeded server. The installer I'm writing (with NSIS) works flawlesly on my development machine but fails on the test machine with this exception:
Declaration referenced in a method implementation cannot be a final method. Type: 'FirebirdSql.Data.FirebirdClient.FbDataReader'. Assembly: 'FirebirdSql.Data.FirebirdClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=fa843d180294369d'. System.TypeLoadException: Declaration referenced in a method implementation cannot be a final method. Type: 'FirebirdSql.Data.FirebirdClient.FbDataReader'. Assembly: 'FirebirdSql.Data.FirebirdClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=fa843d180294369d'. Do I have to register the DLL on the GAC? The installer already copies the following files to the app's folder: FirebirdSql.Data.FirebirdClient.dll fbembed.dll firebird.msg UDF\fbudf.dll UDF\ib_udf.dll intl\fbintl.dll I'm using: FirebirdSql ADO.NET Provider 2.0 Alpha 3 FirebirdSQL 1.5.2 Microsoft .NET Framework 2.0 Thanks in advance for your help. -- Julio César Carrascal Urquijo ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ Firebird-net-provider mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
