Missing msvcr120d.dll

Anonymous
2013-11-12T02:52:57+00:00

HI all

I built an application using Visual Studio 2013 in Windows 7 64bit.  I built the application as a 32bit application.  I then copied the application over to my other computer, running Windows 8 64bit.

I downloaded the 64 and 32 bit Visual C++ 2013 Redistrib packages, and installed both.  I got these packages here: http://www.microsoft.com/visualstudio/eng/downloads#d-additional-software

However, whenever I try to run the application, I get an error saying that msvcr120d.dll is missing.

What do I need to do to be able to run my application?

Cheers

Jarrett

Windows for home | Previous Windows versions | Devices and drivers

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
{count} votes
Answer accepted by question author
  1. Anonymous
    2013-11-12T16:59:20+00:00

    Hi Jarrett,

    The msvcrt.dll is now a system component owned and built by Windows. It is intended for use only by system-level components. The files msvcr110.dll (Visual Studio 2012) or msvcr120.dll (Microsoft Visual Studio 2013) are the new public versions of the CRT and are for use by Desktop application and user-mode driver developers.

    To know more information:

    http://msdn.microsoft.com/en-us/library/windows/hardware/dn448963(v=vs.85).aspx

    Perform an SFC scan on your computer. Refer to the following link:

    Use the System File Checker tool to repair missing or corrupted system files

    http://support.microsoft.com/kb/929833

    Hope this information helps. Reply with the status so that we could help you further.

    637 people found this answer helpful.
    0 comments No comments

28 additional answers

Sort by: Most helpful
  1. Anonymous
    2013-11-12T17:29:13+00:00

    Go to (http://www.dll-files.com/dllindex/dll-files.shtml?msvcr120)

    Download the ZIP file.

    Inside ZIP file you will find msvcr120.dll.., Now Copy AND PASTE that file in the installation Directory of the application You're going to run.

    0 comments No comments
  2. Anonymous
    2013-12-04T03:48:07+00:00

    Awesome, thanks Winston.

    Yes, I had to get the debug version of the MSVS 2013 CRT - but I think that I'm not supposed to redistribute the debug version, so when it comes time to, I'll have to figure out how to compile my application in release mode (I'm not compiling with MSVS, but rather via the command line tool).

    Thanks again.

    Jarrett

    2 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2014-10-01T13:55:43+00:00

    I had the same problem. Actually, I am having it. I am using a Visual Studio 2012, but I have the same problem. 

    How can I solve this problem? I already checked it and I have all dll files, but I still have this problem.

    Thanks

    2 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2015-06-23T19:56:40+00:00

    Hi,

    I'm trying to install a 32 bit version of MySQL workbench on my Windows 7 64 bit machine.  The 64 bit MySQL installs just fine, but it turns out that since old versions of Access install as 32 bit by default, I need the 32 bit version of workbench to utilize the migration function.  Anyway, when I try to install MySQL workbench 32 bit, I get the error that I'm missing msvcr120d.dll.  

    I really just need a simple way to get this to install.  Any help would be welcome.  Thanks.

    2 people found this answer helpful.
    0 comments No comments