Problem with registering a .dll file on Windows 7 X64

abbasi

Posts: 328   +24
Hello all,

I have a program file (Calculator.exe) which when I want to run it, it says:
"The program can't start because MSVCP110D.dll is missing from your computer. Try reinstalling the program to fix this problem."

I downloaded the msvcp110d.dll (32bit) and tried to register it using this command:
C:\Windows\system32>regsvr32 C:\Users\CS\Desktop\msvcp110d.dll
on an elevated cmd on my Windows 7 x64.
But caught the following message (the screenshot).



How to solve the issue please?
 

Attachments

  • Capture.PNG
    Capture.PNG
    55.1 KB · Views: 4
Last edited:
Back