Oracle.DataAccess version change?
TridusMay 31 2010 — edited Jun 2 2010Hi.
In a standard 11gR2 client install, ODP.net comes with the version 2.112.1.0. When you install the Developer Tools for VS, the installer replaces that version with 2.112.1.1.
When an application is built and then given to someone who doesn't have the developer tools, there's a version problem there and the app fails to load the assembly (and thus fails to work).
So my question is this - why do the developer tools contain a different version of Oracle.DataAccess.dll, and what's the best way to get around that?
Thanks.