Easyphp : msvcr110.dll is missing

sam.training picture sam.training · Oct 7, 2016 · Viewed 17.3k times · Source

I've installed easyphp-devserver on windows 10. When I launch easyphp, the message "msvcr110.dll is missing" appears.

I've searched on internet and found out I must install the Redistribuable Visual C++ for Visual Studio 2015 [https://www.microsoft.com/en-us/download/details.aspx?id=48145][1]

After that, I installed Visual C++ and reboot my computer.

But that doesn"t work. There is the same error message.

Have you any idea to solve the problem ?

Answer

Adam C picture Adam C · Jan 11, 2017

I assume you're referring to the Windows 7/8/10 VC14 version with PHP 7 support (v16.1.1 at the time of this post).

The EasyPHP Devserver download page states that Visual C++ Redistributable for Visual Studio 2015 x86 or x64 is required, which should come installed on Windows 10 already.

What it doesn't mention is that apparently Visual C++ Redistributable for Visual Studio 2012 is also required, and doesn't come installed on Windows 10. Here's the download link for that one: https://www.microsoft.com/en-us/download/details.aspx?id=30679

Installing the x86 executable got it working for me. No need for the x64 one it seems.