Visual Studio 2012 Side by side configuration is incorrect

我是研究僧i 提交于 2019-11-30 11:45:19

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.

I encountered this problem today and found a crude way to solve it for me, without analyzing logs and looking for missing .dlls.

I opened up the system configuration and was about to de-intall VS2013 RC, when I realized there was an repair option. Trying this brought no effect, but I also saw that VS2012 for windows desktop and vs2012 for web were still installed.

So after a reboot this finally fixed my side-by-side error:

  1. Cleanse the machine of any previously installed Visual Studio versions.
  2. Reboot.
  3. Repair the installed (and only left) version of Visual Studio
  4. Reboot.

Maybe this is of use for everyone else who is encountering this problem in the future.

Kind regards

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!