We Just upgraded the Oracle client on a dev web server from 11.1.0 to 11.2.0.24 and now we get this error from our ASP.Net web applications:
Oracle.DataAccess.Client.OracleException: The provider is not compatible with the version of Oracle client at Oracle.DataAccess.Client.OracleInit.Initialize() at Oracle.DataAccess.Client.OracleClientFactory..cctor()
I ran a client application on that server and it worked fine so this appears to be an IIS or ASP.Net issue. We are using the Microsoft Enterprise Library to create the database connection so there is no direct reference to the ODP.Net client.
Does anyone know how to fix this?