Categories:
DH Keys (39)
DSA Keys (71)
EC Keys (299)
Firefox (32)
General (13)
Google Chrome (25)
Intermediate CA (152)
Java VM (20)
JDK Keytool (25)
Microsoft CertUtil (26)
Mozilla CertUtil (18)
OpenSSL (237)
Other (17)
Portecle (38)
Publishers (1805)
Revoked Certificates (30)
Root CA (87)
RSA Keys (2070)
Tools (47)
Tutorial (7)
What Is (21)
Windows (129)
Collections:
Other Resources:
Mozilla "certutil" - MSVCR71.dll Is Missing Error
Why am I getting the "MSVCR71.dll is missing" error when running the "certutil" command on my Windows 7 system?
✍: FYIcenter.com
When running the Mozilla "certutil" tool on a Windows 7, you may get this error message:
The program can't start because MSVCR71.dll is missing from your computer. Try reinstalling the program to fix this problem.
You are getting this error because the Mozilla "certutil" tool requires MSVCR71.dll to run, and MSVCR71.dll is not available on your Windows 7 system.
MSVCR71.dll is the Microsoft Visual C Runtime 7.1 library created in 2006.
To fix the problem, you should go to your, or your friend's, old Windows XP computer, take a copy from C:\WINDOWS\system32\kernel32.dll, and put it in C:\fyicenter\nss\bin on your Windows 7 computer. The file size should be 348,160 bytes.
To fix the problem, you should go to your, or your friend's, old Windows XP computer, take a copy from C:\WINDOWS\system32\msvcr71.dll, and put it in C:\fyicenter\nss\bin on your Windows 7 computer.
Do not download msvcr71.dll from the Internet to avoid getting virus to computer.
See the picture:
2012-12-09, 10327👍, 0💬
Popular Posts:
How to download Mozilla "certutil" tool for Windows 7? I know it can be used to manage cert8.gb and ...
How to decrypt a file with the RSA private key using OpenSSL "rsautl" command? I received a file tha...
How to export the server certificate to a file in IE? I can view the server certificate used by the ...
How to get a list of extended options supported by the "makecert.exe" command? I want to know more o...
How to use the "keytool -genkeypair" command? I want to generate a pair of public key and private ke...