Hello, I'm running into an error while updating my Oracle client on an application server running a .Net 4 application on IIS 7, which is using the Oracle data provider for .Net in the GAC.
The error from the application is The provider is not compatible with the version of Oracle client
Before installing the new version of the client, we were running version 11.2 of the client. I ran the OUI installer (19c), I used the "Administrator" option. After the installer completed, I updated the Oracle Path variable to the install location of the new version, as well as the registry entry key at hkey_local_machine/software/oracle/odp.net/[version]. I also ran the script in the folder of the .net dlls in the oracle folder (OraProvCfg.exe) to register it to the gac and that appears to be correct (when I view it in [WINPATH]/assemblies)
Are there any other upgrade gotchas or variables that need to be changed that I'm missing? There are no references to the ODAC version or anything in my machine.config or the web.config of the project.