welcome

"FEEL FREE TO SHARE YOUR CONTENT, INOVATIONS AND TIPS HERE ON TECHSASA "

Saturday, December 20, 2014

Wamp server msvcr110.dll error solving

If u are thinking of developing web applications, you will most likely need to install a development server software on your machine. Wamp Server is a good server since it has php and mysql which most of us need.
If u try installing wamp and you get an error of missing dll, this is how to fix it:
MSVCR110.dll is contained in Microsoft visual C++ redistributable.

1) If you are running wamp 32 bit on either a 64 bit machine or 32 bit machine, u will need to download visual c++ 32bit  redistributable for 2008, 2010 and 2012 from Microsoft website. (All files share the same name. To avoid overwriting by download manager, download each and install it before proceedings. It is also agood to install them in chronological order.) For 2008 version, you need adational security updates.
For a 64 bit server, download redistributable for x64 from microsoft website or use above links and select x64.

2)After step 1, your server may still not run though it give no errors. To fix that, uninstall wamp server and clear its data by deleting c:\wamp folder or the folder u installed wamp.
Restart your computer and reinstall wamp. Your server should run smoothly.
The wamp icon in taskbar is red when server is not running. Orange if there is a problem and green when running.

No comments:

Post a Comment