Solution to Visual Studio 2017 Installation Failure

  • 2021-09-16 06:43:19
  • OfStack

vs2017 installation failed, after VS2017 update today... MVC5 right-click no Controller appears

Then I can fix, reinstall... and the installation operation failed.. hint. Net. Core. SDK installation failed

Then I downloaded an SDK... and it didn't fit...

Error Prompt:

The product failed to install the listed workload and components due to one or more package failures.

Incomplete workload

ASP. NET and Web development (Microsoft. VisualStudio. Workload. NetWeb, version=15. 0.263231)

Incomplete components

NET Core 1.0-1.1 Development Tools (Microsoft. NetCore. ComponentGroup. Web, version=15. 0.26208.0)
NET Core 1.0. 1 Development Tools (Microsoft. Net. Core. Component. SDK, version=15. 0.26208.0)
Container development tools (Microsoft. VisualStudio. Component, version=15. 0.263231)

You can use the information below to search for solutions, modify the selected workloads and components above and retry the installation or remove the product from your computer.

The following is a series 1 single package failure that caused the above workload and components to be incomplete. To search for existing reports of these specific problems, paste URL from each package failure copy into the Web browser. If a problem has been reported, a solution or solution can be found there. If the problem has not been reported, you can create a new problem from which others can find a solution or solution.

Failed to install package "Microsoft. Net. Core. SDK, version=15. 0.26323.1, chip=x64".

Search for URL: https://aka.ms/VSSetupErrorReports? q=PackageId=Microsoft. Net. Core. SDK; PackageAction = Install; ReturnCode=1638

Workload is affected

ASP. NET and Web development (Microsoft. VisualStudio. Workload. NetWeb, version=15. 0.26323.1)

Components are affected

NET Core 1.0-1.1 Development Tools (Microsoft. NetCore. ComponentGroup. Web, version=15. 0.26208.0)
. NET Core 1.0. 1 Development Tools (Microsoft. Net. Core. Component, version=15. 0.26208.0)
Container development tools (Microsoft. VisualStudio. Component. DockerTools, version=15. 0.263231. 1)

Journal

C:\Users\28666\AppData\Local\Temp\dd_setup_20170406161439_355_Microsoft.Net.Core.SDK.log

Details

Executed command: "C:\ ProgramData\ Microsoft\ VisualStudio\ Microsoft. Net. Core. SDK, version=15. 0.26323.1, chip=x64\ dotnet-win-x64.1. 0.2. exe" "C:\ Program (x86)" Microsoft Visual "/log" C:\ Users\ 28666\ AppData\ Local\ Temp\ dd_setup_20170406161439_355_Microsoft. Net. Core. SDK. log "/quiet/norestart

Return code: 1638

Return code details: Another version of this product is installed. Installation of this version cannot continue. To configure or remove an existing version of this product, use Add/Remove Programs on Control Panel.

Solution 1: Fix Microsoft Visual C + + 2017 Redistributable (x64)/(x86)-14.10. 25008, then install Visual Studio 2017 ASP. NET features, and test ok

Solution 2: It is recommended that you switch to visual stdio 2017. Official website can be installed online. visual stdio does not have ISO. http://www.visualstudio.com/downloads/download-visual-studio-vs. Then in the next SDK https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk

Ultimate skill: Redo the system.!

For more exciting content, you can click "Visual Studio 2017 Development and Use Tutorial", and for the installation tutorial of visual studio, you can click "Visual Studio Installation and Use Manual" to learn. I hope you like it.


Related articles: