I have an asp.net/C# web application running on a Windows environment. The project builds perfectly and works great on the local VB.net development server.
However, when I publish on a real application server, I get the following error message:
[OracleException (0x80004005): the provider is incompatible with the Oracle client version] [TypeInitializationException: the type initializer for "Oracle.DataAccess.Client.OracleConnection" made an exception.]
Currently, the version of this application is working and working fine, I'm testing on a real server in a different directory. I even tried snatching Oracle.DataAccess.dll from a working application, but still getting the same error message.
source
share