Troubleshooting an MSVCR71.dll Error

Author: Jas Sandhu

Date: Monday, December 27, 2010, 12:00:00 AM

Tags: Troubleshooting

Table of Contents

    In some cases, you find that you receive an error related to "MSVCR71.dll" such as the one below. This article shows how to fix it.

    1. You may receive a MSVCR71.dll error such as the one below. ; (This most often occurs when you run PHP.)

    clip_image001

    2. The solution is to download the " Microsoft .NET Framework Version 1.1 Redistributable Package".

    clip_image002

    3. When the popup entitled "Microsoft .NET Framework 1.1 Setup" appears, click "Yes".

    clip_image003

    4. Another window will appear showing that it is "Installing Components".

    clip_image004

    5. Click the "OK" button when it completes.

    clip_image005

    6. Then run a command prompt with elevated permissions by right-clicking on its icon and selecting "Run as administrator".

    clip_image006

    7. When the "User Account Control" popup appears, Click on "Yes".

    clip_image007

    8. Next in the command window, type:
    copy ; c:\Windows\Microsoft.NET\Framework\v1.1.4322\msvcr71.dll ; "c:\Program Files\PHP"

    9. Type "php ; -v" and the MSVCR71.dll error should no longer appear:

    clip_image008

 
blog comments powered by Disqus

Related Content

No related content was found