安装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.dll是使用Visual Studio 2011构建的项目所需要的Microsoft Visual C ++ Redistributable dll。(MSVCR110.dll : MS = Microsoft,V = Visual,C = C ++,R = Redistributable)
当你运行需要Microsoft Visual C ++ Redistributable 2012的软件时,就可能会出现这个错误。
解决方法:
安装微软的Visual C++ Redistributable for Visual Studio 2012 Update 4
在Microsoft官网有x86或x64版本下载,
x86:32位系统,vcredist_x86.exe
x64:64位系统,vcredist_x64.exe
下载:Visual C++ Redistributable for Visual Studio 2012 Update 4