wamp無法全綠或全白解決辦法
昨天嘗試架設私服,安裝好WAMP後一直跑出缺少vcruntime140.dll雖然還是可以完成安裝,但WAMP圖示一直是橘色的,GOOGLE一下發現很多人有這種狀況
就把我自己解決的辦法寫出來分享。
目前看到很多google文章說,只要下載vcruntime140後丟進System32資料夾就可以了
但我親自嘗試,安裝後還是會跳出錯誤。
最佳的解決辦法就是安裝以下五個C++
- VC9 Packages (Visual C++ 2008 SP1)
http://www.microsoft.com/en-us/download/details.aspx?id=5582
http://www.microsoft.com/en-us/download/details.aspx?id=2092
-- VC10 Packages (Visual C++ 2010 SP1)
http://www.microsoft.com/en-us/download/details.aspx?id=8328
http://www.microsoft.com/en-us/download/details.aspx?id=13523
-- VC11 Packages (Visual C++ 2012 Update 4)(最新版本是11.0.61030)
The two files VSU4\vcredist_x86.exe and VSU4\vcredist_x64.exe to be download are on the same page:
http://www.microsoft.com/en-us/download/details.aspx?id=30679
-- VC13 Packages] (Visual C++ 2013[)
The two files VSU4\vcredist_x86.exe and VSU4\vcredist_x64.exe to be download are on the same page:
https://www.microsoft.com/en-us/download/details.aspx?id=40784
-- VC14 Packages (Visual C++ 2015)
The two files vcredist_x86.exe and vcredist_x64.exe to be download are on the same page:
http://www.microsoft.com/fr-fr/download/details.aspx?id=48145
注意!如果你電腦是32位元就下載x86的版本,64位元就下載x64的版本,
But !!! VC14(Visual C++ 2015)必須要兩種版本都要安裝!!
都安裝完成後,把WAMP移除再重新安裝一次應該就會變成綠色了
以上是我自己的解決辦法
頁:
[1]