VS 2003 IDE changes a referenced DLL when more than one version is available
We have seen cases
where the IDE, on a Build, will somehow change the version of a reference
dll. An example is this:
c:\myapp\bin\my.dll (v
1.00)
c:\myapp\bin\my.dll (v
2.00)
We reference (File) v
1.00 in the IDE. Another file in the same project needs v 2.00. On a
build, the ide will change the reference from v 1.0 to v 2.0. Now, the
file that needs v 1.00 generate build errors as it is no longer
referenced. How, in this case where I need to reference both versions, do
I do this from with the IDE?