How do I fix this application failed to start because the side

Download PC Repair Tool to quickly find & fix Windows errors automatically

Many users have been reporting an error about The application has failed to start because its side-by-side configuration is incorrect. This error can occur while opening a number of programs, irrespective of their origin, developer and compatibility. The error reads:

<PATH OF THE EXECUTABLE FILE>, This application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail.

How do I fix this application failed to start because the side

This error is related to the C++ runtime package in the background or an error for a registry value. Today, we will be checking out how to get rid of this error.

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

We will be carrying out the following fixes to resolve this Side-by-side configuration is incorrect error:

  1. Reinstall the application.
  2. Check the Registry setting.
  3. Reinstall the appropriate Visual C++ Runtimes.
  4. Re-enable Microsoft .NET Framework.

1] Reinstall the application

Sometimes, there might be some supporting module for your application under the hood that might have messed up your application. To fix that you can try to uninstall and then reinstall your application and then check if that has fixed your issues.

2] Change Registry setting

Hit the WINKEY+R button combination to launch the Run utility, type in regedit and hit Enter. Once Registry Editor opens, navigate to the following key-

Computer \ HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ SideBySide \ Winners \ x86_policy.9.0.microsoft.vc90.crt_1fc8b3b9a1e18e3b_none_02d0010672fd8219 \ 9.0

Now, check if you find a String value named as default

How do I fix this application failed to start because the side

Double-click on it and change its Value data to match the one as the third value in BINARY as shown in the screen snippet above.

Reboot your computer for the changes to take effect.

3] Reinstall the appropriate Visual C++ Runtime

Start by opening the Event Viewer by searching for it in the Windows 10 Search Box.

Look up for the error events which are sourced by SideBySide.

Find the actual Visual C++ Runtime module causing this error.

Then download that particular module from official Microsoft Support here.

4] Re-enable Microsoft .NET Framework

You have to disable and reenable the latest version of .NET Framework on your computer and check if that fixes your issues.

Hope something helps!

Ayush has been a Windows enthusiast since the day he got his first PC with Windows 98SE. He is an active Windows Insider since Day 1 and has been a Windows Insider MVP.

How do I fix this application failed to start because the side

Fix The application has failed to start because the side-by-side configuration is incorrect: If you try to run Windows 10 programs or utilities then the following error message may appear “The application has failed to start because the side by side configuration is incorrect please see the application event log or use the command-line sxstrace.exe tool for more detail.” The issue is caused because of a conflict between the C++ run-time libraries with the application and the application is unable to load the required C++ files need for its execution. These libraries are part of the Visual Studio 2008 release and the version numbers start with 9.0.

How do I fix this application failed to start because the side

It’s possible you may face another error before you get the error message about the side-by-side configuration which says “This file association does not have a program associated with it for performing this action. Create an association in the Set Association control panel.” Most of the time these errors are caused by incompatible, corrupt or outdated C++ or C run-time libraries but sometimes you may also face this error because of corrupt System Files. In any case, let’s see how to actually fix this error with the below-listed troubleshooting guide.

Contents

  • Fix The application has failed to start because the side-by-side configuration is incorrect
  • Method 1: Find out which Visual C++ Runtime Library is missing
  • Method 2: Install Microsoft Visual C++ Redistributable
  • Method 3: Run SFC Scan
  • Method 4: Run Microsoft Troubleshooting Assistant
  • Method 5: Try System Restore
  • Method 6: Update the .NET framework
  • Method 7: Uninstall Windows Live Essentials
  • Method 8: Repair Install Windows 10

Make sure to create a restore point just in case something goes wrong.

Method 1: Find out which Visual C++ Runtime Library is missing

1. Press Windows Key + X then select Command Prompt (Admin).

How do I fix this application failed to start because the side

2. Type the following command into cmd to start trace mode and hit Enter:

SxsTrace Trace -logfile:SxsTrace.etl

How do I fix this application failed to start because the side

3. Now don’t close the cmd, just open the application which is giving the side-by-side configuration error and click OK to close the error pop-up box.

4. Switch back to the cmd and hit Enter which will stop the tracking mode.

5. Now in order to convert the dumped trace file into human-readable form, we will need to parse this file using sxstrace tool and in order to that enter this command into cmd:

sxstrace Parse -logfile:SxSTrace.etl -outfile:SxSTrace.txt

How do I fix this application failed to start because the side

6. The file will be parsed and will be saved into C:\Windows\system32\ directory. Press Windows Key + R then type the following and hit Enter:

%windir%\system32\SxSTrace.txt

7. This will open the SxSTrace.txt file which will have all the information about the error.

How do I fix this application failed to start because the side

8. Find out which C++ run time library it requires and installs that particular version from the below-listed method.

Method 2: Install Microsoft Visual C++ Redistributable

Your machine is missing the correct C++ runtime components and installing the Visual C++ Redistributable Package seems to Fix The application has failed to start because the side-by-side configuration is incorrect error. Install all of the below-updates one by one corresponding to your system (either 32-bit or 64-bit).

Note: Just make sure you first uninstall any of the below-listed redistributable packages in your PC and then again re-install them from the below link.

a) Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)

b) Microsoft Visual C++ 2008 SP1 Redistributable Package for (x64)

c) Microsoft Visual C++ 2010 Redistributable Package (x86)

d) Microsoft Visual C++ 2010 Redistributable Package (x64)

e) Microsoft Visual C++ 2013 Redistributable Packages (For both x86 and x64)

f) Visual C++ redistributable 2015 Redistribution Update 3 

Method 3: Run SFC Scan

1. Press Windows Key + X then click on Command Prompt(Admin).

How do I fix this application failed to start because the side

2. Now type the following in the cmd and hit enter:

Sfc /scannow
sfc /scannow /offbootdir=c:\ /offwindir=c:\windows (If above fails)

How do I fix this application failed to start because the side

3. If SFC gives the error message “Windows Resource Protection could not start the repair service” then run the following DISM commands:

DISM.exe /Online /Cleanup-image /Scanhealth
DISM.exe /Online /Cleanup-image /Restorehealth

How do I fix this application failed to start because the side

4. Reboot your PC to save changes.

Method 4: Run Microsoft Troubleshooting Assistant

If none of the above methods seem to work for you then you need to run Microsoft Troubleshooting Assistant which will try to fix the issue for you. Just go to this link and download the file named “CSSEmerg67758”.

How do I fix this application failed to start because the side

Method 5: Try System Restore

1. Press Windows Key + R and type”sysdm.cpl” then hit enter.

How do I fix this application failed to start because the side

2. Select the System Protection tab and choose System Restore.

How do I fix this application failed to start because the side

3. Click Next and choose the desired System Restore point.

How do I fix this application failed to start because the side

4. Follow the on-screen instruction to complete system restore.

5. After reboot, you may be able to Fix GTA 4 Seculauncher has failed to start because the side-by-side configuration is incorrect error.

If system restore fails then boot your Windows into safe mode then again try to run the system restore.

Method 6: Update the .NET framework

Update your .NET framework from here. If it didn’t resolve the problem then you can update to the latest Microsoft .NET Framework version 4.6.2.

Method 7: Uninstall Windows Live Essentials

Sometimes Windows Live Essentials seems to conflict with Windows services and hence Uninstalling Windows Live Essentials from the Programs and Features seems to Fix Configuration System Failed or The application has failed to start because the side-by-side configuration is incorrect error. If you don’t want to uninstall Windows Essentials then try to repair it from the program menu.

How do I fix this application failed to start because the side

Method 8: Repair Install Windows 10

This method is the last resort because if nothing works out then this method will surely repair all problems with your PC. Repair Install just uses an in-place upgrade to repair issues with the system without deleting user data present on the system. So follow this article to see How to Repair Install Windows 10 Easily.

How do I fix this application failed to start because the side

Recommended for you:

  • Fix Host Process for Windows Services has stopped working
  • Fix Task Scheduler service is not available error
  • How to Fix Windows 10 will not shut down completely
  • Fix Windows Keyboard Shortcuts Not Working

That’s it you have successfully Fix The application has failed to start because the side-by-side configuration is incorrect error but if you still have any questions regarding this guide then feel free to ask them in the comment’s section.

What does it mean when my computer says the application has failed to start because its side

If you see the “ The application has failed to start because its side-by-side configuration is incorrect ” error when trying to start an app in Windows, this means that the program cannot start due to missing dependencies. The components required to run the app are damaged or not installed on the computer.

What does it mean when it says Side

Reinstall Microsoft Visual C++ Redistributable Packages On your machine, the Visual C++ runtime components may be missing or corrupted, causing the issue - Windows 10 side-by-side configuration is incorrect. Reinstalling the C++ Redistributable Packages can be helpful to help you out.