WAMP 2.5 X64 Not working

前端 未结 3 1066
悲哀的现实
悲哀的现实 2021-01-22 03:40

I get the error...

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

I have installed both Microsoft Visual C++ 2010

相关标签:
3条回答
  • 2021-01-22 04:05

    Had to make sure that I had the correct versions of C++ installed as well as making sure port 80 was free.

    0 讨论(0)
  • 2021-01-22 04:14

    You do not need to install the full Visual Studio Compile.

    You need to have these MSVC runtimes installed, it looks like you were missing the MSVC11 (2012) runtime.

    What you need :

    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 Redistributable Package (x86) Download

    Microsoft Visual C++ 2010 SP1 Redistributable Package (x86) Download

    If you are using WampServer 2.4 32bit and therefore Apache 2.4.x

    Microsoft Visual C++ 2012 is required Download And select vcredist_x86.exe

    FOR WAMP 64bit

    Microsoft Visual C++ 2008 SP1 Redistributable Package (x86) Download

    Yes you need the x86 Package regardless as wampmanager uses this <<

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

    Microsoft Visual C++ 2010 SP1 Redistributable Package (x64) Download

    If you are using WampServer 2.4 or greater, 64bit

    Microsoft Visual C++ 2012 Download And select vcredist_x64.exe

    0 讨论(0)
  • 2021-01-22 04:18

    Make sure you run the wamp server installation file as administrator (indeed for any installations). Doing this worked for me when previous installations resulted in not being able to launch wamp server.

    0 讨论(0)
提交回复
热议问题