2014-06-08 29 views
2

我的錯誤...WAMP 2.5 X64不工作

The program can't start because MSVCR110.dll is missing from your computer. 

我已經安裝了微軟的Visual C++ 2010再發行組件包x64和X32位。 我不知道還有什麼要做。因爲我仍然收到錯誤。還有什麼我可以嘗試嗎?

+0

它說2個服務中的1個正在運行。這個小磁盤是橙色的。它應該是綠色的。 – user2725423

回答

0

必須確保我安裝了正確版本的C++,並確保端口80是免費的。

1

您不需要安裝完整的Visual Studio編譯。

您需要安裝這些MSVC運行時,它看起來像缺少MSVC11(2012)運行時。

你需要什麼:

The 2008 Redist (32bit) is used by wampmanager even if you installed the 64bit WAMPServer. 
The 2010 Redist is used by some versions of Apache (depending on compiler used). 
The 2012 Redist is used by some versions of Apache (depending on compiler used). 

FOR WAMP 32位

微軟的Visual C++ 2008 SP1可再發行組件包(x86)Download

微軟的Visual C++ 2010 SP1可再發行組件包(x86)Download

I F你正在使用WampServer 2.4 32位,因此阿帕奇2.4.x的

微軟的Visual C++ 2012需要Download選擇,選擇vcredist_x64.exe

FOR WAMP 64

微軟的Visual C++ 2008 SP1再發行組件包(86)Download

是你所需要的X86包,無論是wampmanag呃使用此< <

微軟的Visual C++ 2008再發行組件包(x64)的Download

微軟的Visual C++ 2010 SP1再發行組件包(x64)的Download

如果您正在使用WampServer 2.4更大,64位

Microsoft Visual C++ 2012 Download並選擇vcredist_x64.exe

0

確保以管理員身份運行wamp服務器安裝文件(的確適用於任何安裝)。當以前的安裝導致無法啓動wamp服務器時,這樣做對我有用。