I have installed VisualStudio 2015 but when i want to instal Asp.Net Core framework from dot.net website i get the following error:
What could be the reason for this?
I have installed VisualStudio 2015 but when i want to instal Asp.Net Core framework from dot.net website i get the following error:
What could be the reason for this?
This should help:
Shift + right click
-> Open command window here
dotnetcore.1.0.0-vs2015tools.preview2 SKIP_VSU_CHECK=1
and hit enter
This should skip the VS update check and start the installation normally.I have also answered it here
PS: If it still doesn't work, run command prompt as administrator