Multiple Versions of Oracle.DataAccess.dll
492047Feb 20 2006 — edited Feb 22 2006Hi All,
I'm having a bit of a problem with my Web App. If I compile it with Oracle.DataAccess.dll as a reference in my project, the app ONLY works if you have THAT particular version installed.
eg: I compile with 10.1.0.200 ... and I install on 10.1.0.400 the app either gives me memory errors or errors that it can't find the correct version.
At this stage it would seem that I now need to compile my app for versions:
10.1.0.200, 10.1.0.300, 10.1.0.400 and 10.2.0.100 ...
I REALLY hope that this is something I'm doing wrong and not an oracle issue.
Any help appreciated.
Thanks