且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在 Windows 10 操作系统上安装 wamp 时出现 msvcr120.dll 丢失 wamp 错误

更新时间:2022-06-15 23:13:08

您至少缺少运行 Apache/PHP 或 MySQL 所需的 Microsoft MSVC C/C++ 运行时库之一.

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

查看 此处在 WAMPServer 备份存储库上 在底部您会找到一个名为

的链接>

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)

下载该 ZIP 文件,它包含所有需要的 MSVC 运行时所需的所有安装.

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

解压它,然后按照逻辑版本号顺序运行每个 MSVC Runtime 版本,一次一个,最旧的在前.如果您看到一个对话框,提示该版本已安装,请单击修复"按钮以确保其正确安装.

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.

由于您使用的是 64 位 Windows 和 64 位 WAMPServer,您必须同时安装 32 位和 64 位 MSVC 运行时.

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

安装完所有这些后,卸载 WAMPServer,手动删除 C:\wamp64 文件夹,然后重新安装 WAMPServer.这是绝对确保安装正常工作所必需的,因为没有这些 MSVC 运行时安装部分可能会失败.

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.

小笔记

安装显示的第一个对话框实际上告诉您在继续安装之前确保安装了这些运行时库.

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