ASp.net core tool not installing

-1

I am installing asp.net core tools but it is continuously giving this error shown in image

Error 0x80070490: Process returned error: 0x490 Error 0x80070490:

Failed to execute EXE package. Error 0x80070490:
Failed to configure per-machine EXE package. Applied execute package: DotNetCLI_x64, result: 0x80070490, restart: None Error 0x80070490:
Failed to execute EXE package. Removing cached package: DotNetCLI_x64, from path: C:\ProgramData\Package Cache\8B4ACC662D4A8759AB418CA5F92FE4721D21B190

asp.net
asp.net-mvc
asp.net-core
asked on Stack Overflow Dec 15, 2016 by Umar Farooq Nasir • edited Dec 15, 2016 by Aristos

1 Answer

0

Install the vc_redist, then install asp.net core.

Take a look in this github issue for more information.

answered on Stack Overflow Dec 15, 2016 by Fabricio Koch • edited Dec 15, 2016 by Fabricio Koch

User contributions licensed under CC BY-SA 3.0