VC ++:KB971090并选择Visual C Runtime DLL依赖项 [英] VC++: KB971090 and selecting Visual C Runtime DLL dependencies

查看:148
本文介绍了VC ++:KB971090并选择Visual C Runtime DLL依赖项的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您可能知道,Microsoft最近部署了Visual Studio的安全更新: KB971090



其中包括将Visual C Runtime DLL从版本8.0.50727.762更新为8.0.50727.4053。



所以在这个更新之后,我编译的所有使用运行时动态链接的东西,将它们的依赖关系更新到新的运行时。



当然,对于新的应用程序,更新到新的,可能更安全的版本。



但是我也希望能够保留旧的依赖关系 - 例如,我可能想要构建一个修复包只需要一个DLL被替换(如果我在更新后尝试这样做,我会得到可怕的这个应用程序启动失败,因为应用程序配置不正确,除非我也分发更新的运行时)。 p>

有没有办法做到这一点,还是需要修改您可以通过使用找到的解决方法来指定版本。

解决方案

here


As you might know, Microsoft recently deployed a security update for Visual Studio: KB971090.

Among other things, this updated the Visual C Runtime DLL from version 8.0.50727.762 to 8.0.50727.4053.

So after this update, everything I compile that uses the runtime dynamically linked, gets their dependencies updated to the new runtime.

Of course, for new applications it is fine to update to the new, presumably more secure, version.

But I would also like to be able to retain the old dependency - for example, I might like to build a fixpack that only require a single DLL to be replaced (if I try to do that after the update, I will get the dreaded "This application has failed to start because the application configuration is incorrect." unless I also distribute the updated runtime).

Is there any way to do this, or will I need to retain two installations of Visual Studio: one updated and one non-updated?

解决方案

You can specify the version by using the workaround found here

这篇关于VC ++:KB971090并选择Visual C Runtime DLL依赖项的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆