VS Community 2017 installer fails on Vc_runtime ''feature you are trying to use is on a network resource that is unavailable''

  • Thread starter Thread starter snovvdog
  • Start date Start date
S

snovvdog

Guest
Installed vs2017 trying to open the Nopcommerce project.

When I try to open the project, it says need to install the ASP.NET and web development features, and asks me to install it.


When I do, it immediately fails on c++ 2017 x86 runtime :

231.png




Package 'Microsoft.VisualCpp.Redist.14,version=14.12.25810,chip=x86' failed to install.
Search URL
Search - Developer Community
Details
Command executed: "C:\ProgramData\Microsoft\VisualStudio\Packages\Microsoft.VisualCpp.Redist.14,version=14.12.25810,chip=x86\VC_redist.x86.exe" /q /norestart /log "C:\Users\USER\AppData\Local\Temp\dd_setup_20180116154120_001_Microsoft.VisualCpp.Redist.14.log"
Return code: 1603
Return code details: Fatal error during installation.


It asks for : C:\ProgramData\Package Cache\{BBF2AC74-720C-3CB3-8291-5E34039232FA}v14.0.24215\packages\vcRuntimeMinimum_x86\



The folder in question doesn't exist, and never exited as far as I know.

When I cancel it looks like in installs the rest but it doesn't. Next time I start Vs, it still asks for those features (ASP.NET, ASP.NET Core, HTML/JavaScript and Containers inc. docking support.)


How do I install these features properly?

Continue reading...
 
Back
Top