Firebird 2.5 on LLBLGen Pro 2.6 exception

Posts   
 
    
godra123
User
Posts: 6
Joined: 02-Oct-2012
# Posted on: 02-Oct-2012 12:51:10   

Hi!

I am running Firebird 2.5 on Windows 7, x64 machine. I've created test database and i've tried to create a new project in LLBLGen Pro 2.6 Designer. I've managed to test database connection and it went OK ("Test connection succeeded"). Next, when I click "Create" buttton, following exception appears:


.NET Exception information: Method not found: 'FirebirdSql.Data.FirebirdClient.FbError FirebirdSql.Data.FirebirdClient.FbErrorCollection.get_Item(Int32)'.

Stack trace: -----[Core exception]-------------------- at SD.LLBLGen.Pro.DBDrivers.Firebird.FirebirdSchemaRetriever.RetrieveAllTablesViews(FbConnection openConnection) at SD.LLBLGen.Pro.DBDrivers.Firebird.FirebirdSchemaRetriever.RetrieveSchema(String connectionString, IDBSchema schemaToRetrieve, SchemaFetchFlags fetchFlags) at SD.LLBLGen.Pro.DBDrivers.Firebird.FirebirdCatalogRetriever.RetrieveSchemas(String connectionString, IDBCatalog catalogToRetrieve, SchemaFetchFlags fetchFlags) at SD.LLBLGen.Pro.DBDrivers.Firebird.FirebirdDBDriver.PopulateSelectedCatalogs(Hashtable callBacks, Hashtable connectionElements, SchemaFetchFlags fetchFlags, Hashtable properties) at SD.LLBLGen.Pro.Gui.Forms.NewProjectWizard.CreateNewProject()

Source: SD.LLBLGen.Pro.DBDrivers.FirebirdDBDriver


Note: I've installed FirebirdClient v2.7.7.0 I've added "FirebirdSql.Data.FirebirdClient.dll" to GAC I've set binding redirect in LLBLGenPro.exe.config file: <dependentAssembly> <assemblyIdentity name="FirebirdSql.Data.FirebirdClient" publicKeyToken="3750abcc3150b00c"/> <bindingRedirect oldVersion="2.0.1.0" newVersion="2.7.7.0"/> </dependentAssembly>

Can anyone help?

Thnx dependentAssembly

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39897
Joined: 17-Aug-2003
# Posted on: 02-Oct-2012 15:07:54   
Frans Bouma | Lead developer LLBLGen Pro