I'm testing connection to my oracle db using Visual Studio 2012 Oracle 11g R2 Client 32-bit locally Oracle 11g R2 Client 64-bit server ODAC 11.2.0.320 32-bit
When I make the connection locally i'm able to get information to be returned from the database. When I publish it on the server I keep getting "The provider is not compatible with the version of Oracle client". Do I need 64-bit ODAC installed and using that Oracle.DataAccess.dll from there?
Thank you