Jeffrey: I have almost the same issue.... Basically, I had a large app
written under VS 2002 and the 1.0 SP2 framework. This application uses the
Oracle ODP for .NET v.9.x. I ended up reformatting my machine, and have a
license for VS 2003, so just installed the 1.1 framework and VS 2003 and
converted my application (would have had to sooner or later anyway). Now I
am noticing that in VS 2003, when looking at the properties for Oracle ODP
(Oracle.dataaccess.dll) that the runtime it requires is 1.0.3705, which of
course I don't have on my machine. Now, I can run this application fine
through the developer IDE; however, when I try to do an install routine (in
my case, via Wise for Windows Installer), it tells me I am missing things
for version 1.0.3705, which of course I don't have (only installed 1.1). If
I ignore that and do the build anyway and try to install, it of course gets
errors and won't do the installation.
I -REALLY REALLY REALLY- don't want to have to have all my users install
both the 1.0, 1.0 SP2, and the 1.1 frameworks! I would rather have then just
install the 1.1 framework and let it go at that, since that is what (I
thought) I am developing in. Plus, when this is running isn't this going to
slow things down (having to reference both of the different runtimes, CLRs,
etc) and maybe even cause processing issues?
Please advise. Thanks.
Tom