How to fix “The program can’t start because MSVCR110.dll is missing from your computer.” error on Windows

How to fix “The program can’t start because MSVCR110.dll is missing from your computer.” error on Windows

Category: Solutions \ Windows
Created: Sunday, 07 April 2013 by Bastian W.
If you run a application and got the error message "The program can’t start because MSVCR110.dll is missing from your computer." then the Microsoft Visual C++ Redistributable is missing on the current computer.

This error appears when you wish to run a software which require the Microsoft Visual C++ Redistributable 2012. The redistributable can easily be downloaded on the Microsoft website as x86 or x64 edition.

Depending on the software you wish to install you need to install either the 32 bit or the 64 bit version. If you do not know which version you need to install, start to install the 32 bit version and if you still got the error install then the 64 bit version. On a 32 bit OS you can install only the 32 bit redistributable.

You need to install the correct Microsoft Visual C++ Redistributable. If the software you wish to run require the 2012 DLLs it will not start with the 2010 ones.

You can install both versions on the same computer at the same time (if this is a 64bit OS).

时间: 2024-08-26 09:54:04

How to fix “The program can’t start because MSVCR110.dll is missing from your computer.” error on Windows的相关文章

安装wampserver出现“The Program can't start because MSVCR110.dll is missing from your computer. Try reinstalling the program to fix this problem”

问题描述: 今天安装wampserver的时候出现"The Program can't start because MSVCR110.dll is missing from your computer. Try reinstalling the program to fix this problem"弹窗报错,以至于无法启动wampserver 安装条件:Win7 系统, 64 位, 安装软件: WAMPSERVER 64 BITS (X64) 3.0.6 原因分析: MSVCR110

启动Eclipse时,出现 “Failed to load the JNI shared library "C:\Program Files\java\jdk1.7.....\jvm.dll"

原因1:给定目录下jvm.dll不存在. 解决方法:(1)重新安装jre或者jdk并配置好环境变量.(2)copy一个jvm.dll放在该目录下. 原因2:eclipse的版本与jre或者jdk版本不一致 解决方法:要么两者都安装64位的,要么都安装32位的,不能一个是32位一个是64位. 先确定Eclipse是多少位的,32 or 64, 在 Eclipse的安装目录下的 eclipse.ini 文件中,"--launcher.library"下,如果有win32.x86,就是32位

hadoop2.5.2 ExitCodeException exitCode=-107374151

Error Message:         "The program can't start because MSCVR100.dll is missing from your computer. Try reinstalling the program to fix this issue" 解决方法:下载 dff_fdp2-msvcr100.exe 安装即可. 参考上下文:https://issues.apache.org/jira/browse/YARN-3524 这篇文章提供了

win8上装Oracle 12c Client

安装之前要保证已装Microsoft Visual C++ Redistributable 32 bit: http://www.microsoft.com/download/en/details.aspx?id=555564 bit: http://www.microsoft.com/download/en/details.aspx?id=14632 需要选择相应的版本安装. 不然会安装失败,且sqlplus运行会报错: "The program can't start because MSV

Mongod服务器安装

第一步下载mongodb 目前最新版本:3.4.4 第二步安装vc_redist.x64 服务器安装可能会需要到,如果没有出现以下错误不需要安装 ---------------------------mongod.exe - System Error---------------------------The program can't start because api-ms-win-crt-runtime-l1-1-0.dll is missing from your computer. T

[PSIDE]PeopleSoft PSIDE无法启动因为缺失MSVCR100.dll解决办法

“The program can’t start because MSVCR100.dll is missing from your computer” 当开发工具是绿色版的时候,在打开PSIDE时很容易遇到这个报错. 这个报错很常见,特别是在PeopleSoft 8.53以后的版本. MSVCR100.dll很容易找到,是visual c++的发行版本,可以很容易在微软官网下载x86或x64版本. 32 bit: http://www.microsoft.com/download/en/det

CLion编译的exe文件离开IDE就不能运行

The program cannot start because libgcc_s_dw2-1.dll is missing from your computer. Try reinstalling the program to fix this problem 原因:使用CLion编译的程序是用cmake方法编译的,在windows上exe文件需要libgcc才能运行 解决方法 修改CMAKElist文件,添加让链接器静态链接libgcc和libstdc++的指令 set(CMAKE_EXE_

eclipse中运行c++控制台没输出

编译没报错,运行没输出,debug没反应,把生成的exe文件复制出来直接运行,提示"计算机中丢失libgcc_s_dw2-1.dll",这些都是因为libgcc和libstdc默认是动态link,没找到libgcc_s_dw2-1.dll文件导致的. 解决方法是: 1.添加libgcc_s_dw2-1.dll文件所在目录到环境变量里,它在MinGW\bin的安装目录下,所以添加这个环境变量即可,但是这种情况只是解决exe文件在本机运行,放到其它电脑上还是可能找不到这个文件. 2.第二种

Cannot find or open the PDB file

Cannot find or open the PDB file 分类: vc++ 2013-08-19 16:48 672人阅读 评论(0) 收藏 举报 2012OpenCVWindows调试win32 vs2012运行程序时出现以下的情况: 'surfmatch.exe' (Win32): Loaded 'F:\opencv\cv图像匹配\cv匹配6\surfmatch\Release\surfmatch.exe'. Symbols loaded. 'surfmatch.exe' (Win3