The application has failed to start because its side-by-side configuration is incorrect – how to fix

Users often face the error “The application has failed to start because its side-by-side configuration is incorrect” on their Windows 10, 8 or even Windows 7 when trying to launch the program. In this article about the reasons of the error and our step-by-step guide on how to fix the error. 

Fix The application has failed to start because its side-by-side configuration is incorrect by reinstalling Visual C++ Redistributable

The most often reaason of the error “The application has failed to start because its side-by-side configuration is incorrect” is wrong work of Visual C++ 2008 or Visula C++ 2010 that are required to run the application.

So, all you need to do is:

  1. Head to Programs and features.
  2. Select Visual C++ Redistributable 2008 or 2010 (depending on the version installed in your system).
  3. Click Uninstall: uninstall Microsoft Visual C++ 2008 Redistributable
  4. In such a way uninstall all Microsoft Visual C++: x86 versions and x64 versions.
  5. Reboot your system after you removed all versions of Visual C++.
  6. Download the latest version (your program needs) from the Microsoft website:
    Microsoft Visual C++ 2008 SP1 x86: https://www.microsoft.com/en-us/download/details.aspx?id=5582
    Microsoft Visual C++ 2008 SP1 x64: https://www.microsoft.com/en-us/download/details.aspx?id=2092
    Microsoft Visual C++ 2010 SP1 x86: https://www.microsoft.com/en-us/download/details.aspx?id=8328
    Microsoft Visual C++ 2010 SP1 x64: https://www.microsoft.com/en-us/download/details.aspx?id=13523
  7. Reboot your system once again.
  8. Try to launch the program that was showing the error and see how it behaves now.

Note! If you get the error while trying to launch some rather old program or a game you might need to reinstall old Visual C++ Redistributable 2005.

Leave a Comment