My client have an x64 server where he installed both x32 and x64 versions of Oracle Client. After he installed my web application and tried to run it he got "An attempt was made to load the program with an incorrect format (HRESULT 0x8007000B)" exception about Oracle.DataAccess.dll
His IIS configured to 64 bit.
I event asked him to add << assemblyBinding>> redirect with processorArchitecture="amd64" attribute on Oracle.DataAccess.dll in web config, but it didn't help.
How can I force my app/his IIS/his server to select the right version of Oracle Client?