WAMP 2.5 X64无法正常工作

时间:2014-06-08 16:13:51

标签: visual-c++ 64-bit wamp

我收到了错误......

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

我已经安装了Microsoft Visual C ++ 2010 Redistributable Package x64和x32位。 我不知道还能做什么。因为我还在收到错误。还有什么我可以尝试的吗?

3 个答案:

答案 0 :(得分:1)

您无需安装完整的Visual Studio Compile。

您需要安装这些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 32bit

Microsoft Visual C ++ 2008 SP1可再发行组件包(x86)Download

Microsoft Visual C ++ 2010 SP1可再发行组件包(x86)Download

如果您使用的是WampServer 2.4 32位,那么Apache 2.4.x

需要Microsoft Visual C ++ 2012 Download并选择vcredist_x86.exe

FOR WAMP 64bit

Microsoft Visual C ++ 2008 SP1可再发行组件包(x86)Download

  
    

是的,你需要x86包,无论wampmanager使用这个<<

  

Microsoft Visual C ++ 2008可再发行组件包(x64)Download

Microsoft Visual C ++ 2010 SP1可再发行组件包(x64)Download

如果您使用的是WampServer 2.4或更高版本,64位

Microsoft Visual C ++ 2012 Download并选择vcredist_x64.exe

答案 1 :(得分:0)

必须确保我安装了正确版本的C ++,并确保端口80是免费的。

答案 2 :(得分:0)

确保以管理员身份运行wamp服务器安装文件(实际上对于任何安装)。当以前的安装导致无法启动wamp服务器时,这样做对我有用。