I'm working on a project that uses the latest NuGet version of this DLL to create and encrypt a zip file for output to disk. The current NuGet version is 1.4.2.13. However, there is a very old version of this DLL in \bbappfx\bin (version 0.85.0) dating back to 2011 or earlier. This old version is no longer in NuGet and doesn't appear to be supported. When attempting to use the current version, an error occurs indicating it can't load the correct version of the DLL. I can get around this by renaming the old version to ".old". Does anyone know if any part of CRM uses this old library? I've tried a binding redirect in my app.config but it doesn't eliminate the error.