I was installing WAMP and an error was thrown as follows:
I searched online for the solution and according to Microsoft the issue is due to MS Visual C++ Redistributable missing from system files.
MS recommends to install
"Microsoft Visual C++ 2010 Redistributable Package (x86)"
Downloaded and installed the package but this error was still occurring.
I checked the C:\windows\system32 to see if the MSVCR110.DLL is sitting there or not.
This file was not there.
Then performed another search and found a solution on WAMP Server forums on LINK.
Microsoft Visual C++ 2010 SP1 Redistributable Package (x86) [www.microsoft.com]
If you are using WampServer 2.4 or 2.5
Microsoft Visual C++ 2012 [www.microsoft.com]
Press the Download button and on the following screen select VSU_4\vcredist_x86.exe
This didn't work either.
Manually copied the MSVCR110.DLL to system32 folder and then ran the server.
This time it gave another error as MSVCP110.DLL not found.
Manually copied the MSVCP110.DLL to system32 folder and then ran the server.
This worked and solved the issue.
No comments:
Post a Comment