1

I have created an application that uses Oracle.Dataaccess library version 1.10. When I deploy the application on a machine that has 11g client i.e. Oracle.Dataaccess library 2.0 then this does not work. I get a message "Cannot find library Oracle.Dataaccess ver 1.10"

I am not sure what is wrong. Can anyone help ?

flq
  • 22,247
  • 8
  • 55
  • 77
  • Currently we have 2 kinds of users. some are using ODP 1.1 and other 2.0. In this case redirection might not work for users with 1.1 right ? – Jayesh Shah Oct 11 '11 at 08:44

1 Answers1

0

When using signed .NET assemblies, the correct version to use is essential. If you need to access Assembly version y with an assembly compiled against version x, use an Assembly redirect.

flq
  • 22,247
  • 8
  • 55
  • 77