I have a .NET project that references a DLL called ABCPDF. The version number used when writing the application is 7.0.2.3, and the application was deployed to an intermediate server.
The software version on the intermediate server is 7.0.2.8, and the application is interrupted, stating that it cannot find version 7.0.2.3
Of course, it should use the version of the DLL version 7.0.2.8 instead of requiring you to recompile using 7.0.2.8 on my development machine? If I updated the ABCPDF version on live servers in 6 months, it would break every application using the previous version if I did not know.
Am I getting the wrong stick end here?
source share