问题描述
当我尝试从控制面板">程序">程序和功能">带有更新"窗口的 Microsoft Visual Studio Community 2015 更新 VS 2015 Update 3 并单击修改"时,它不会显示如图所示的 VS 2015 Update 3.
When I try to update VS 2015 Update 3 from Control Panel > Programs > Programs and Features > Microsoft Visual Studio Community 2015 with Updates window and click Modify it doesn't show VS 2015 Update 3 as in the picture.
但是,当我从 www.visualstudio.com/en-us/news/releasenotes/vs2015-update3-vs 下载并打开文件(名为 vs2015.3)时,它这次向我显示了 Visual Studio 2015 Update 3但不能像图片中那样点击.我能解决什么问题?
However, when I download it from www.visualstudio.com/en-us/news/releasenotes/vs2015-update3-vs and open the file (called vs2015.3) it shows me this time the Visual Studio 2015 Update 3 but not clickable way as in the picture. What can I solve this issue?
推荐答案
如果您的目的是安装 .Net
核心并且它给出了一个错误,说您尚未安装 VS Update 3正确,然后您可以通过运行来解决它:
If your purpose is to install the .Net
core and it was giving an error saying that you haven't installed VS Update 3 properly, then you can solve it by running :
DotNetCore.1.0.0-VS2015Tools.Preview2.exe SKIP_VSU_CHECK=1
Take a look here and also here for where I got my sources.
这篇关于安装程序检测到 Visual Studio 2015 更新 3 可能未完全安装的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!