Hi,
I would appreciate any help on the following issue we're facing:
We're putting into production an appication which has been already tested on differents environements (supposed to be similars to the production one), but after configuration, we're getting an exception when loading the Oracle.DataAccess dll, but the thing is that's not the same version defined on the web.config.
Could not load file or assembly 'Oracle.DataAccess, Version=10.2.0.200....
The 10.2.0.200 it not indeed in the GAC, but anyway, the exception's details it's pointing to the folling line on the web.config:
<add assembly="Oracle.DataAccess, Version=9.2.0.401, Culture=neutral, PublicKeyToken=89B483F429C47342"/></assemblies>
I really cannot see what's going on. On the GAC, I can find only the following versions of the Oracle.DataAccess:
- 9.2.0.401
- 1.102.2.20
- 2.111.7.20
- 2.102.2.20
What else could I check ? I suppose there is any manipulation I could do at the Oracle Client level to force the use of the DLL I wish but I don't want to break anything for other applications running under the same server.....
Does anyone know what are we doing wrong ???? Many thanks in advance