Ok, so I was getting an error trying to add a file to a game for full screen windowed mode, and it gave me the error "program cant start missing MSVCR120.dll is missing". Alright, no problem, so everything I searched for said install vcredist_x86.exe, but when I try to run it I get the same error. I cannot figure out or find anywhere how to fix it. I am running 64 bit windows 7 so it is the right file type.
Asked
Active
Viewed 1.3e+01k times
21
1 Answers
38
MSVCR120.dll = Visual C++ 2013 Runtime. Download and install it from here:
Visual C++ Redistributable Packages for Visual Studio 2013
https://support.microsoft.com/en-in/help/3179560/update-for-visual-c-2013-and-visual-c-redistributable-package
magicandre1981
- 98,168
- 30
- 181
- 248
-
That is the problem the file that is suppose to fix that problem gives me the same missing msvcr120.dll error. – justin Oct 17 '14 at 21:07
-
1
-
1Please note: If you’re running an x64 application, it needs the x64 version of the runtime. It’s available on this page, too. In fact, just install both and be done with it. ;) – Daniel B May 18 '15 at 15:57
-
@DanielB because he wrote vcredist_x86.exe I only linked to the 32Bit version. 64Bit = vcredist_x64.exe – magicandre1981 May 18 '15 at 18:09
-
@magicandre1981 Your link is fine! It provides all three versions (x86, x64, arm). – Daniel B May 18 '15 at 18:11
-
AHHH I thought 120 was 2012, derp. I'm guessing 110 is 2012 then. – Karl Morrison Aug 14 '15 at 15:13
-
1
-
I am attempting to install 2012 manually (64-bit), do you know if any additional files except for
msvcr110.dllandmsvcp110.dll(both 64-bit versions) are required to be put into thesystem32folder? – Karl Morrison Aug 14 '15 at 15:25 -
@KarlMorrison what do you mean with additional files? let the installer run and don't do anything else. – magicandre1981 Aug 14 '15 at 15:27
-
4I had to install 32Bit version even though my machine is running 64Bit Windows. As @DanielB said - the version you need depends on your application, and not your system. Install both! – niaher Dec 30 '15 at 00:52
vcredist_x86.exeyou wouldn't install what you need. – Ramhound Oct 17 '14 at 21:56c:\program fileswhen thex86programs on 64-bit editions of windows are installed inc:\program files (x86)– Oct 19 '14 at 09:47