WAMP 2.5 X64 Not working

匿名 (未验证) 提交于 2019-12-03 02:33:02

问题:

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 Redistributable Package x64 and x32 bit. I don't know what else to do. Because I'm still getting the error. Is there anything else I can try?

回答1:

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



回答2:

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



回答3:

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.



标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!