When installing VS 2015, the installer was interrupted and the process was terminated. Later I successfully ran the installer again. However, the program won't start. Clicking the icon does nothing. I tried running 'devenv.exe' manually and got this message:
Program 'devenv.exe' failed to run: 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 detailAt line:1 char:1
Using sxstrace.exe, I got the log, which is huge. Notably, this appears multiple times:
INFO: Did not find the assembly in WinSxS.
and it ends with this message:
ERROR: Cannot resolve reference coloader80.dll,processorArchitecture="X86",type="win32",version="1.0.0.0".
I have tried repairing the installation as well as uninstalling/reinstalling. I also tried a forced uninstall ([installer_file] /uninstall /force
).
I'm using the web installer.