询问者
vs2015 update2 后无法启动

问题
全部回复
-
之前好像也有人遇到过类似的问题并且到产品组提交了反馈:
个人建议你先修复一下VS,如果只是单独安装update 2之后才有的问题,你可以单独修复一下VS2015 update2.
可以安全模式下运行 “ Devenv.exe /SafeMode” 启动VS2015,如果这样正常,说明是和你VS里面的安装的插件或者扩展工具有关。你可以到工具->扩展和更新窗口中去禁用或者移走一些你单独安装的插件。
另外也运行一下下面这两个命令行。
Devenv.exe /ResetAddin
Devenv.exe /ResetSkipPkgs
如果还是没有帮助,使用 http://aka.ms/vscollect 收集安装日志,双击运行以后,会在临时文件夹%temp%中找到vslogs.cab文件。你可以把日志文件上传到https://onedrive.live.com/,然后把链接地址贴到你的回复中。我帮你分析一下详细的错误信息。
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey. -
https://onedrive.live.com/ 这个网址在公司这边打不开所以没法上传日志;
-
你是通过哪种方式来安装update2的,我建议从官网https://www.visualstudio.com/zh-cn/downloads/download-visual-studio-vs下载一个完整的ISO安装包来安装或者修复。在安装之前,请用FCIV.exe: http://blogs.msdn.com/b/heaths/archive/2011/03/25/verify-the-iso-checksum-for-visual-studio-2010-service-pack-1-before-installing.aspx来验证安装包的完整性,VS 2015 ISO文件的SHA-1值可以从https://www.visualstudio.com/downloads/visual-studio-2015-iso-sha1-vs.aspx找到对应的值。两个SHA-1值如果匹配,说明这个安装包是完好的,可以用于安装或者修复。
你也可是试试运行这个命令行: devenv /setup 和 devenv /userdata,同时清理下VS的缓存,路径为: %LOCALAPPDATA%\Microsoft\VisualStudio\14.0\ComponentModelCache
至于日志,你可以考虑上传到其他公用的共享文件的地方,然后分享链接给我们。
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已编辑 Sara LiuMicrosoft contingent staff, Moderator 2016年4月22日 10:08
-
你从VS拓展里下载下来的是.exe还是ISO安装包呢?建议下载一个ISO安装包,因为可以用工具FCIV.exe来校验它的完整性,而且web在线安装包的方式如果在安装中途突然断网或者断电可能会造成下一次安装的一些错误,所以还是比较推荐ISO安装包来安装。如果下载网速比较慢的话,可以考虑在较少的人使用网络的时候来下载,或者用一个专门的下载工具来安装。
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已编辑 Sara LiuMicrosoft contingent staff, Moderator 2016年4月25日 9:30
- 已标记为答案 Jack Zhai-MSFTMicrosoft contingent staff, Moderator 2016年5月6日 2:13
- 取消答案标记 Jack Zhai-MSFTMicrosoft contingent staff, Moderator 2016年5月6日 8:53
-
那我建议你从官网直接下载一个update的ISO安装包,然后用FCIV.exe来验证它的完整性,再用它修复下。
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey. -
问题是我不知道哪个第三方套间不支持引起的。
全部卸载重新安装,没勾选任何扩展插件包括android,ios,uwp等支持。
其他开发工具有很多Eclipse Java Mars,Microsoft Visual Studio 2008,Android Studio,git,TortoiseSVN,Python 2.7,Tiled,MySQL,Oracle VM VirtualBox。
使用原始版本vs 2015就没任何问题,update2安全模式也起不来
每次重新安装都会清空Microsoft Visual Studio 14.0安装目录下所有文件,所以也没所谓的第三方插件。- 已编辑 贾延辉 2016年5月9日 7:59
-
你安装update2的过程中有没有提示过任何错误信息呢?你的操作系统版本是哪个?如果windows update有提示可升级的更新包,可以全部安装这些更新包,然后在控制面板--程序下去修复下VS。
同时你可以试试安装update1:https://www.microsoft.com/zh-cn/download/details.aspx?id=49989,看看这个问题是不是还是会发生。
在你的上传的日志上,我看到了VS community 2015 和 enterprise 2015的安装日志,你当前电脑上安装了几个VS 2015的版本呢?如果有多个,建议保留一个需要的版本。
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已编辑 Sara LiuMicrosoft contingent staff, Moderator 2016年5月9日 8:12
-
如果你家里的电脑安装update2没有这个问题的话,那有可能这个问题跟你公司电脑的windows update没有安装一些必须的updates有关系,有一些windows update可能会修复一些与VS安装或者使用相关的问题,一般我们都是建议用户在安装VS之前将Windows update更新至最新,防止因为一些更新没有及时安装导致的VS安装失败或者使用出问题的情况。
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.