Setup has detected that visual studio 2015 update

2020-06-07 02:21发布

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.

Picture

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?

Picture

1条回答
趁早两清
2楼-- · 2020-06-07 02:44

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.

查看更多
登录 后发表回答