Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WampServer: php-win.exe The program can't start because MSVCR110.dll is missing

if I try to install WampServer the above error appears. I already tried to install all the programs which were recommended, for example here: WAMP shows error 'MSVCR100.dll' is missing when install

But nothing helps. What can I do to install WampServer?

like image 849
user3631654 Avatar asked May 21 '14 12:05

user3631654


People also ask

How do I fix MSVCR110 dll is missing in WAMP server?

The easiest solution to solve this is to install Visual C++ Redistributable for Visual Studio 2012 Update 4. Depending on the software you wish to install you need to install either the 32 bit or the 64 bit version. Install and reboot your computer. Reinstall or start Wampserver.

How do I fix MSVCR110 dll missing in Windows 10?

Simply open the Recycle Bin and locate the msvcr110. dll file. Right-click on it and click Restore. This should resolve your issue.

What is MSVCR110 dll error?

dll file" error appears when you try to launch an Adobe application. Launching 64-bit versions of some Adobe apps (such as Photoshop, Illustrator, and Premiere Pro) prompts you that msvcp110. dll file is missing. This error occurs because the VC redistributable files are not installed properly on your computer.


2 Answers

During the download of wamp server from wampserver website you get a warning..

WARNING : Vous devez avoir installé Visual Studio 2012 : VC 11 vcredist_x64/86.exe Visual Studio 2012 VC 11 vcredist_x64/86.exe : http://www.microsoft.com/en-us/download/details.aspx?id=30679

So if you install the vcredist_xxx.exe it will be ok

like image 124
Deepak Singhvi Avatar answered Nov 18 '22 17:11

Deepak Singhvi


What solves my problem: I am using 64 bit Windows 7, so I thought I could install 64 bit Wamp. After I Installed the 32-bit version the error does not appear. So something in the developing process at Wamp went wrong...

like image 34
user3631654 Avatar answered Nov 18 '22 18:11

user3631654