The provider is not compatible with the version of Oracle client
I am getting this error with 11.2.2.0 driver for .NET 4.0. I have a simple CRUD app that uses the 11.2 driver to connect to Oracle DB. This works fine on local machine. I have 32 bit driver on my local machine and 64 driver on Dev server. When I deploy this app on the DEV server I get the above error and the app stops.
This is MVC3 app on .NET 4.0 framework deployed on windows 2003 server and IIS 6.0
If I downgrade to 11.1.7 (2.0 version) driver the app works fine but has trouble with 4.112.2.0 version. I installed the driver on the server using XCOPY.
Does anyone know if any issues or have come across this error before? Or have any suggestions for me.
Already tried copying DataAccess dll to app bin folder but that di not help.
Thanks for the help