Visual-studio – Visual Studio 2012 Side by side configuration is incorrect

side-by-sidevisual studiovisual studio 2012

When I run Visual Studio 2012 Professional I get a side by side configuration error message.

Message:

"C:\Program Files\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe

The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the commande-line sxstrace.exe tool for more detail."

Event log:

"Activation context generation failed for "C:\Program Files\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe". Dependent Assembly coloader80.dll,processorArchitecture="X86",type="win32",version="1.0.0.0" could not be found. Please use sxstrace.exe for detailed diagnosis."

sxstrace.exe: http://pastebin.com/qgS3Sx8c

I've already installed vcredist_x86

I'm running Windows 7 Professional

Best Answer

I had the same issue in that several files were not copied over to the VS2012 directories and it caused the 'side by side' issues. In my case I was installing from a drive that was on the network. After installing / uninstalling / reinstalling over and over without success I finally moved the install media to my local hard drive. Then, I was able to uninstall and then reinstall successfully. I believe the problem is that when the install has to reboot and continue installing it can't find the install media 'in time' so then it fails. If you are installing from a 'remote drive' I would suggest moving the install media to a local drive and then trying again.