Projects that support the Common Language Runtime have been converted to use dynamic linking to the run-time libraries (/MDd, ...

Projects that support the Common Language Runtime have been converted to use dynamic linking to the run-time libraries (/MDd, /MD) because the use of the statically linked run-time libraries for managed code is no longer supported.  Please note that dynamically linking the run-time libraries can cause incompatibilties with code that previously relied on static linking of the run-time libraries.