Side-by-side configuration error in Visual Studio 2019

3.1k Views Asked by At

I installed Visual Studio 2019 but when I open it this error occurs:

"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 for more details."

When I try to repair the visual studio this error occurs:

"Error-2146233033: Package is corrupted

Couldn't repair Microsoft.NetCore.TargetingPack.3.1.3.1.0"
1

There are 1 best solutions below

1
George Tsioutsioulis On

I had the exact same issue and I tried the following.

  • Repair the Microsoft C++ redistributable versions on your machine. Versions from 2013 onwards have this option by right clicking on it. For version 2010 and older download the respective version from the MS website. (This did not fix the issue for me)

  • Uninstall C++ installations and re-installed them.

  • Uninstall VS2019 and re-install it.

For me the above approach worked, but I cannot be certain which part fixed the issue.