• when i try to start my installed wamp server this message is shown :”The program can’t start because MSVCR110.dll is missing from your computer. Try reinstalling the program to fix this problem.” What is the solution of this problem?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Suggest that you also ask this question in the WAMP and Windows support.
    Maybe someone here will have your answer but since this is strictly not a WordPress issue, it is more likely that the answer will come from these sources.
    And remember: “google is your friend”.

    Hi,
    I found this answer – hope it helps!

    MSVCR110.dll is the Microsoft Visual C++ Redistributable dll that is needed for projects built with Visual Studio 2011. The dll letters spell this out.
    MS = Microsoft, V = Visual, C = C++, R = Redistributable
    For Winroy to get started, this file is probably needed.
    This error appears when you wish to run a software which require the Microsoft Visual C++ Redistributable 2012. The redistributable can easily be downloaded on the Microsoft website as x86 or x64 edition. Depending on the software you wish to install you need to install either the 32 bit or the 64 bit version. Refer the following link:
    https://www.microsoft.com/en-us/download/details.aspx?id=30679#

    I believe this has something to do with not having all Microsoft Visual C++ runtime libraries installed. When you install WAMP, in one of the dialog boxes it will show a handful of links to the Microsoft site where you need to go to download and install these redistributables.

    But, as Ross said, this is not a WordPress issue so it would be better addressed in the WAMP support forum.

    Further reading: https://stackoverflow.com/questions/14557245/wamp-shows-error-msvcr100-dll-is-missing-when-install

    Not WAMP issue at all, it’s a dependency issue of software developed in VC++.

    the simplest way to solve this kind of problem is to download and install missing dll file.

    the missing dll can be downloaded at
    https://www.microsoft.com/en-us/download/details.aspx?id=30679#

    Once downloaded run the installable …

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘facing problem to run wamp server’ is closed to new replies.