Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
885 views
in Technique[技术] by (71.8m points)

wampserver - Got msvcr120.dll missing wamp error while installing wamp on windows 10 OS

I tried to setup wamp in my windows 64 bit operating system form the below link

http://www.wampserver.com/en/

While setting up it is alerting msvcr120.dll missing wamp error.

Can any one provide how could I fix this issue?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

You are missing at least one of Microsofts MSVC C/C++ Runtime libraries required to run Apache/PHP or MySQL.

Look here on the WAMPServer backup repo Down at the bottom you will find a link called

All VC Redistribuable Packages (x86_x64) (32 & 64bits)

Download that ZIP file, it contains all the needed installs for all the needed MSVC Runtimes.

Unzip it, then run each MSVC Runtime version install One-at-a-Time in logical version number order, oldest first. If you see a dialog saying that the version is installed click the REPAIR button to make sure its correctly installed.

As you are using a 64bit windows and a 64bit WAMPServer, you MUST install BOTH the 32bit AND 64bit MSVC Runtimes.

Once all these are installed, uninstall WAMPServer, manually delete the C:wamp64 folder and then reinstall WAMPServer. This is required to be absolutely sure that the install works correctly, as without these MSVC Runtimes parts of the install can fail.

Small Note

The first dialog shown by the Install does actually tell you to make sure these runtime libraries are installed before continuing with the install.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...