sforcier
asked on
MSVCR71.dll is troubling regsvr32
Something about MSVCR71.dll or how it's installed seems to be ticking off regsvr32 and I cannot use regsvr32 for anything. Even if I just type "regsvr32" at a command prompt, I get a popup with the flags and telling me I need to specify a dll (per normal). Then, a moment later, I get the following error:
-------------------------- -
RegSvr32: regsvr32.exe - Unable To Locate Component
-------------------------- -
This application has failed to start because MSVCR71.dll was not found. Re-installing the application may fix this problem.
-------------------------- -
OK
-------------------------- -
I can do a minimal boot using msconfig (.ini's only) and get the following error when I try to run just regsvr32:
-------------------------- -
RegSvr32
-------------------------- -
LoadLibrary("msvcr71.dll") failed.
GetLastError returns 0x0000007e.
-------------------------- -
OK
-------------------------- -
I don't know how to "reinstall" msvcr71.dll. I've replaced the windows\system32\msvcr71.d ll with a known good copy, not that I could unregister or register it.
I know this one is tough, and I'm looking for a real fix, so max points.
--------------------------
RegSvr32: regsvr32.exe - Unable To Locate Component
--------------------------
This application has failed to start because MSVCR71.dll was not found. Re-installing the application may fix this problem.
--------------------------
OK
--------------------------
I can do a minimal boot using msconfig (.ini's only) and get the following error when I try to run just regsvr32:
--------------------------
RegSvr32
--------------------------
LoadLibrary("msvcr71.dll")
GetLastError returns 0x0000007e.
--------------------------
OK
--------------------------
I don't know how to "reinstall" msvcr71.dll. I've replaced the windows\system32\msvcr71.d
I know this one is tough, and I'm looking for a real fix, so max points.
ASKER
This did not resolve my issue.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Getting a fresh copy of the regsvr32.exe file resolved this issue.
If that doesn't work, try the other methods from this MSKB article:
http://support.microsoft.com/default.aspx?scid=kb;en-us;888017
How to expand Windows XP files from the installation disk
Then reboot and see if the problem goes away.