Thursday, December 27, 2012

Fix “The program can’t start because MSVCR100.dll is missing from your computer.” error on Windows


What hides behind this name is the Microsoft Visual C++ Redistributable which can easily be downloaded on the Microsoft website as x86 or x64 edition:
Usually the application that misses the dll indicates what version you need – if one does not work, simply install the other.

No comments:

Post a Comment

Please Comment Here!

How to backup and download Database using PHP

< ?php $mysqlUserName = 'databaseusername' ; $mysqlPassword = 'databasepassword' ; $mysqlHostNa...