WHere to put MSVCR110.ddl and MSVCp110.ddl

VenkG

Commendable
Apr 22, 2016
18
0
1,510
I downloaded the MSVCR110.ddl and MSVCP110.ddl files, where do i put them? I have a Windows 10 64 bit OS.
 
Solution

Mark_1970

Reputable
Nov 14, 2015
1,391
3
5,960

Those files are part of Microsoft Visual C++ Redistributable 2012, you need this for games etc, just install the whole package

This error appears when you wish to run a software which require the Microsoft Visual C++ Redistributable 2012. The redistributable can easily be downloaded on the Microsoft website as x86 or x64 edition. Depending on the software you wish to install you need to install either the 32 bit or the 64 bit version.
Usually a program that needs MVC++ will also offer to install it, sometimes not though
You find that different programs require different Microsoft Visual C++ versions (2013 x32, 2013 x32, 2012x86,2012x64bit, 2010 x 86, 2010 x64bit, 2008 , 2005 etc) so depending what you run, you may need all installed in the end (I have 10 versions installed). Microsoft Directx and Microsoft .NET Framework, microsoft silverlight are things you need too

https://www.microsoft.com/en-us/search/DownloadsDrillInResults.aspx?q=microsoft+visual+c%2b%2b+runtime+library&cateorder=5_2_1&site=
 

VenkG

Commendable
Apr 22, 2016
18
0
1,510


I did that, still missing those two files.
I downloaded the missing files MSVCR110.ddl and MSVCP110.ddl, just don't know where to put them. Should i just put them in System32 and reboot?
 

Mark_1970

Reputable
Nov 14, 2015
1,391
3
5,960

You could try placing them in system32, that is where mine are
or Try this package https://www.microsoft.com/en-au/download/confirmation.aspx?id=30679
 
Solution