問題描述: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