I've got an app that is built with ODP.NET 2.111.6.20 - all the references in VS are set Specific Version to false, but when I try to run the app on a machine that only has 2.111.6.0, it throws an error saying it can't find the 2.111.6.20 assembly. How can I get my app to run with any version of ODP.NET 2.111?
|
feedback
|
|
I suppose the assembly is strongly signed, so you get the exception. You could use binding redirect in your app.config file:
| |||
|
feedback
|