You may need to reregister MSVCR71.DLL or scan and update/replace it.
- First use Explorer to make sure that there is a copy of MSVCR71.DLL within the c:\Windows\System32 folder. Alternately, click Start and type inmsvcr71.dll. It should be the only thing listed above. A right click, Properties should verify its location within c:\Windows\System32.
- Click the Start button and type cmd. Right click the cmd listing at the top of the list and Run as administrator. Provide credentials if required.
- To reregister the .DLL, type regsvr32 msvcr71.dll <enter>. If that solves the problem, you are done.
- If the problem is still there, run a System File Check from the same CMD window. Typesfc /scannow <enter>
This will take a couple of minutes. A clean up-to-date system should report back something that looks like this:
C:>sfc /scannow
Beginning system scan. This process will take some time.
Beginning verification phase of system scan.
Verification 100% complete.
Windows Resource Protection did not find any integrity violations.
Could you try that and report the results?
- If this proposed solution has resolved your issue(s), please return and mark it as Answered for others to consider.