This is a migrated thread and some comments may be shown as answers.

Firebird Provider 2.5.2.0

2 Answers 119 Views
Data Access Free Edition
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Emilio
Top achievements
Rank 1
Emilio asked on 09 Nov 2010, 08:43 AM
I'm testing OpenAccess ORM Express.
I'm using VS 2008 and 2.5.2.0 Firebird.Data.FirebirdClient.dll

When using Telerik OpenAccess ORM Wizard > Populate from database i get this error:

Connection error, ExceptionSystem.IO.FileNotFoundException, Details:No se puede cargar el archivo o ensamblado 'FirebirdSql.Data.FirebirdClient, Version=2.5.1.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c' ni una de sus dependencias. El sistema no puede hallar el archivo especificado.

In my app.config i've added this

<dependentAssembly>
              <assemblyIdentity name="FirebirdSql.Data.FirebirdClient" publicKeyToken="3750abcc3150b00c" culture="neutral" />
              <bindingRedirect oldVersion="2.5.1.0" newVersion="2.5.2.0"/>
              <codeBase version="2.5.2.0" href="C:\Archivos de programa\FirebirdClient\FirebirdSql.Data.FirebirdClient.dll"/>
</dependentAssembly>

In machine.config
<add name="FirebirdClient Data Provider" invariant="FirebirdSql.Data.FirebirdClient" description=".Net Framework Data Provider for Firebird" type="FirebirdSql.Data.FirebirdClient.FirebirdClientFactory, FirebirdSql.Data.FirebirdClient, Version=2.5.2.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c"/>

I reboot my system and nothing changes.

What is wrong?

Note: I can use Firebird Client 2.5.2.0 with standard data access, Lblgenpro, Xpo, ...

2 Answers, 1 is accepted

Sort by
0
Accepted
Ady
Telerik team
answered on 12 Nov 2010, 10:28 AM
Hello Emilio,

Can you try adding this bindingRedirect entry to the devenv.exe.config file? The app.config entries would work for your application but for Visual Studio to redirect to the latest version you would need to have this entry in the devenv.exe.config.

 Hope this helps.

Regards,
Ady
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Emilio
Top achievements
Rank 1
answered on 14 Nov 2010, 10:10 AM
Ok. It works fine.
Thanks.

Tags
Data Access Free Edition
Asked by
Emilio
Top achievements
Rank 1
Answers by
Ady
Telerik team
Emilio
Top achievements
Rank 1
Share this question
or