The recent ATL security update updated the C++ runtimes to version 8.0.50727.4053. Unfortunately, this update broke one of our DLLs that dynamically links to the runtime, as we only have 8.0.50727.762 available to us on the target machine (we don't even use ATL).
Is there a way we can get Visual Studio to dynamically link to the older DLL? I'd like to avoid statically linking if possible.