问题描述:redis
今天安装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.6this
缘由分析:spa
MSVCR110.dll是使用Visual Studio 2011构建的项目所须要的Microsoft Visual C ++ Redistributable dll。(MSVCR110.dll : MS = Microsoft,V = Visual,C = C ++,R = Redistributable).net
当你运行须要Microsoft Visual C ++ Redistributable 2012的软件时,就可能会出现这个错误。server
解决方法:get
安装微软的Visual C++ Redistributable for Visual Studio 2012 Update 4io
在Microsoft官网有x86或x64版本下载,table
x86:32位系统,vcredist_x86.exe百度
x64:64位系统,vcredist_x64.exe
下载连接:Visual C++ Redistributable for Visual Studio 2012 Update 4
安装完,若是wampserver已经安装了,先卸载wampserver,再从新安装便可。
作到这一步,大部分童鞋的问题可能已经解决了。可是我在从新安装完wampserver后启动时又报了另外一个错误:
“The program can’t start because VCRUNTIME140.dll is missing from your computer. Try reinstalling the program to fix the problem.”
搜寻广大网友的方法:
直接安装vcruntime140.dll:
1) 下载:vcruntime140.dll,(或直接百度下载哈,有32/64通用版)
2) 32位直接复制到C:\Windows\SYSTEM32下,开始-运行-CMD-输入 :regsvr32 vcruntime140.dll 便可
64位复制文件到c:\Windows\SysWOW64,开始-运行-CMD-输入:regsvr32 c:\Windows\SysWOW64\vcruntime140.dll便可
而后这个我并无尝试,而是发现了一个大招!
直接下载:微软经常使用运行库合集64位 安装就行了
啥Dll都给你装齐备了,亲测可行!
后续有任何问题,欢迎留言一块儿交流学习!
源自:DuShuSir.com