【问题标题】:WAMP 2.5 X64 Not workingWAMP 2.5 X64 不工作
【发布时间】:2014-07-29 06:37:10
【问题描述】:

我得到了错误...

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

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

【问题讨论】:

  • 它说 2 个服务中有 1 个正在运行。小圆盘是橙色的。它应该是绿色的。

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


【解决方案1】:

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

【讨论】:

    【解决方案2】:

    您不需要安装完整的 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 ).
    

    适用于 WAMP 32 位

    Microsoft Visual C++ 2008 SP1 Redistributable Package (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

    适用于 WAMP 64 位

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

    是的,你需要 x86 包,不管 wampmanager 使用这个

    Microsoft Visual C++ 2008 Redistributable Package (x64) Download

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

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

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

    【讨论】:

      【解决方案3】:

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

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2016-03-14
        • 2016-07-04
        • 2013-06-13
        • 2012-10-04
        • 2014-05-22
        • 1970-01-01
        相关资源
        最近更新 更多