Issue with Oracle.DataAccess.dll

Posts   
 
    
Ned67
User
Posts: 6
Joined: 08-Jul-2021
# Posted on: 08-Jul-2021 11:56:51   

Hello,

We're now migrating an existing application with a new version of Oracle.DataAcess 4.122.19.1 with our LLBLGen Pro 5.3.1 I've added the new oracle dll in my project and it fails with the following error message : at SD.LLBLGen.Pro.ORMSupportClasses.DbProviderFactoryInfo.get_FactoryToUse() at SD.LLBLGen.Pro.ORMSupportClasses.DbProviderFactoryInfo.InitializeEnumTypeCache() at SD.LLBLGen.Pro.DQE.Oracle.OracleSpecificCreator.SetDbProviderFactoryParameterData(List`1 dbProviderFactoryInvariantNamesWithEnumTypeNames, String dbProviderSpecificEnumTypePropertyName) at SD.LLBLGen.Pro.DQE.Oracle.DynamicQueryEngine..cctor()

Is there a compatibility issue between those versions ?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39590
Joined: 17-Aug-2003
# Posted on: 08-Jul-2021 20:50:49   

No, but you likely have to do some extra work to get the DbProviderFactory registered. Please see these steps: https://www.llblgen.com/Documentation/5.8/Designer/Databases/oracleodpnet.htm#registering-odp.net-in-the-gac-and-machine.config

Frans Bouma | Lead developer LLBLGen Pro