C# Missing MSVCR100.dll
I'm developing an app that execute another app and I received this error: the program can't start because MSVCR100.dll is missing from your computer with my C# app, can I fix this problem copying this .dll into windows/system32 folder? Or exists another method to do this? This links below point to the proper downloads for the MSVCRT100 installer. This is likely what you want your customers to run before installing your app. This will properly install the MSVCRT DLLs in the proper directory such that all applications can use it. Microsoft Visual C++ 2010 Redistributable Package (x86) (probably