Difference between revisions of "The application has failed to start because its side-by-side configuration is incorrect"

From ISoft Wiki
Jump to navigationJump to search
(Documenting a new error I found.)
 
 
Line 7: Line 7:


== Solution ==
== Solution ==
Restart the computer and reinstall the [http://dl.isoftdata.com/msvs2008sp1.exe C++ 2008 Redistributable].
Restart the computer and reinstall the required C++ packages:
# [http://dl.isoftdata.com/msvs2008sp1.exe C++ 2008 Redistributable].
# [https://www.microsoft.com/en-us/download/details.aspx?id=30679# Visual Studio 2012 Update 4]
# [https://www.microsoft.com/en-us/download/details.aspx?id=40784 Visual Studio 2013]
# [https://www.microsoft.com/en-US/download/details.aspx?id=48145 Visual Studio 2015]


[[Category:ITrack/Error Messages]]
[[Category:ITrack/Error Messages]]
[[Category:ITrack/Support]]
[[Category:ITrack/Support]]

Latest revision as of 10:43, 3 June 2020

ApplicationFailedToStartError.png

The 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.

Cause

Something went wrong with the Visual C++ Redistributable 2008 installation.

Solution

Restart the computer and reinstall the required C++ packages:

  1. C++ 2008 Redistributable.
  2. Visual Studio 2012 Update 4
  3. Visual Studio 2013
  4. Visual Studio 2015