Error: 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

Anonymous
2010-02-07T22:12:03+00:00

WINDOWS 7 error 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.

I am getting the error "

"WINDOWS 7 error 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." for every application that i try to launch.

Please help with a fix.

Windows for home | Previous Windows versions | Music, photos, and video

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2011-08-15T20:08:54+00:00

Error message: "Side-by-side configuration is incorrect"

The machine is missing the correct C++ runtime components for your type of system. (x86 or x64).

Installing the following update resolved the issue.

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

http://www.microsoft.com/downloads/en/details.aspx?familyid=A5C84275-3B97-4AB7-A40D-3802B2AF5FC2&displaylang=en

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

 http://www.microsoft.com/downloads/en/details.aspx?familyid=BA9257CA-337F-4B40-8C14-157CFDFFEE4E&displaylang=en

Microsoft Visual C++ 2010 Redistributable Package (x86)

http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a7b7a05e-6de6-4d3a-a423-37bf0912db84

Microsoft Visual C++ 2010 Redistributable Package (x64)

http://www.microsoft.com/downloads/en/details.aspx?FamilyID=bd512d9e-43c8-4655-81bf-9350143d5867

Thanks,

Was this answer helpful?

1300+ people found this answer helpful.
0 comments No comments

58 additional answers

Sort by: Oldest
  1. Anonymous
    2010-08-09T09:00:12+00:00

    Hey jjgulfwarvet,

    I got the same message as you when launching the OnLiveTV!! Did you find a fix?

    Thanks in advance for sharing.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2010-08-13T18:43:04+00:00

    Hey guys,

    I had the same error also when I tried to run one of my own program. I typed in "event log" in the Windows Help search and opened the event viewer from there.

    In the "Summary of Administrative Events." Lo and be hold there the newest error was "side by side". THe message is as follows: "Activation context generation failed for "C:\apache\webapps\SNP\jsp\SNP_single.exe".

    Dependent Assembly Microsoft.VC90.DebugCRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.21022.8" could not be found. Please use sxstrace.exe for detailed diagnosis."

    So Basically the problem is I am missing some runtime assembly file I needed to run my program. This makes sense since I just uninstalled my visual studio. Guess I have to reinstall it....

    You probably are missing some runtime file too, albeit different ones. So maybe going to event log and google the assembly stuff you see may help.

    Best,

    Jian

    Was this answer helpful?

    7 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2010-09-12T01:51:32+00:00

    I got the same error trying to start a program that I have used multiple times on my windows 7 machine:

    WINDOWS 7 error 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

    I went to the event viewer and here is what it said:

    Activation context generation failed for "C:\Program Files (x86)\Steam\steamapps\common\cities xl\CitiesXL_Game.exe". Dependent Assembly Microsoft.VC80.OpenMP,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="8.0.50727.4053" could not be found. Please use sxstrace.exe for detailed diagnosis.

    The details:

    - System
    - Provider <br> --- --- <br><br><br><br> [ Name] SideBySide <br> --- --- --- --- ---
    - EventID 33 <br> --- --- --- <br><br><br><br> [ Qualifiers] 49409 <br> --- --- --- --- ---
    Level 2 <br> --- --- ---
    Task 0 <br> --- --- ---
    Keywords 0x80000000000000 <br> --- --- ---
    - TimeCreated <br> --- --- <br><br><br><br> [ SystemTime] 2010-09-12T01:43:36.000000000Z <br> --- --- --- --- ---
    EventRecordID 7304 <br> --- --- ---
    Channel Application <br> --- --- ---
    Computer Axalon <br> --- --- ---
    Security <br> --- ---
    - EventData
    Microsoft.VC80.OpenMP,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="8.0.50727.4053"
    C:\Program Files (x86)\Steam\steamapps\common\cities xl\CitiesXL_Game.exe

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2011-02-21T15:59:52+00:00

    You can fix this by uninstalling the current version of Microsoft Visual C++ Redistributable and downloading and installing the 2008 version that comes from the Focus support website:

    http://support.focus-home.fr/vcredist\_x86.exe

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments