Visual Studio 11和处理msvcr110.dll [英] Visual Studio 11 and handling msvcr110.dll

查看:229
本文介绍了Visual Studio 11和处理msvcr110.dll的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我决定尝试使用Visual Studio 11,得出结论,我不喜欢它,并且及时卸载它。现在好像我的一些旧项目现在崩溃了以下错误。

I decided to try out Visual Studio 11, concluded that I don't like it and uninstalled it promptly. It seems quite a few of my old projects now crash with the following error.

程序无法启动,因为MSVCR110D.dll丢失你的电脑。尝试重新安装程序来解决这个问题。

The program can't start because MSVCR110D.dll is missing from your computer. Try reinstalling the program to fix this problem.

不幸的是,我对这个问题的理解在这里结束,我遇到的解决方案似乎建议将运行时库更改为多线程,从而导致更多的错误,我没有知识或耐心来处理。

Unfortunately my understanding of the problem ends here, the solutions I've come across seem to suggest to change the runtime library to Multi-Threaded which results in even more errors that I don't have the knowledge or patience to deal with.

总之,问题会是,如何撤消Visual Studio 11所做的更改,无论它们是什么。

In short the question would be, how can I undo the changes Visual Studio 11 made, whatever they are.

推荐答案

正如Hans Passant的评论所说, Microsoft不允许调试dll可重新分发;它们仅在安装Visual Studio时可用。

As the comment by Hans Passant says, Microsoft does not permit the debug dll to be redistributable; they are only available when Visual Studio is installed.

即使您能够将项目重建为发布版本,您可能会在机器上遇到新问题,当您尝试运行项目,即缺少mvcr110.dll

Even if you are able to rebuild your projects as release builds, you may get a new problem on machines when you try to run the projects, namely, missing mvcr110.dll.

在这种情况下,无需安装Visual Studio,您可以获得缺少的微软的dll
Microsoft为这些可再发行的dll提供可下载的安装程序:

In this case, and Visual Studio need not be installed, you can get the missing dll from Microsoft. Microsoft provides downloadable installers for these redistributable dll at:

http://www.microsoft.com/en-us/download/details.aspx?id=30679

运行相应的安装程序。

VSU3\vcredist_arm.exe,VSU3\vcredist_x64.exe,VSU3\vcredist_x86.exe

VSU3\vcredist_arm.exe , VSU3\vcredist_x64.exe , VSU3\vcredist_x86.exe

这篇关于Visual Studio 11和处理msvcr110.dll的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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