dotnet / dotnet/vscode-dotnet-runtime
Error during install .NET SDK 9.0.202 in VS Code
- Dominant language
- TypeScript
- Stars
- 209
- Forks
- 455
- PR merge metrics
- No merged PRs in 30d
Description
### Describe the bug.
during set up my VS CODE to do some MAUI implementation, I was remanded to install the .NET 9
so I did it from the VS CODE

during that installation it abort and displayed the error below:
ms-dotnettools.csdevkit requested to download the .NET SDK.
Downloading .NET version(s) 9.0.202-global~x64 ..............................
Error : (DotnetAcquisitionFinalError)
Failed to download .NET 9.0.202-global~x64:
.NET Acquisition Failed: {"isError":true,"error":{"eventType":"DotnetNonZeroInstallerExitCodeError"},"install":{"installId":"9.0.202-global~x64","version":"9.0.202","architecture":"x64","isGlobal":true,"installMode":"sdk"},"type":5,"eventName":"DotnetNonZeroInstallerExitCodeError"}
Error : (DotnetGlobalSDKAcquisitionError)
### Please attach log file(s) here if you have any.
ms-dotnettools.csdevkit requested to download the .NET SDK.
Downloading .NET version(s) 9.0.202-global~x64 ..............................
Error : (DotnetAcquisitionFinalError)
Failed to download .NET 9.0.202-global~x64:
.NET Acquisition Failed: {"isError":true,"error":{"eventType":"DotnetNonZeroInstallerExitCodeError"},"install":{"installId":"9.0.202-global~x64","version":"9.0.202","architecture":"x64","isGlobal":true,"installMode":"sdk"},"type":5,"eventName":"DotnetNonZeroInstallerExitCodeError"}
Error : (DotnetGlobalSDKAcquisitionError)
### Reproduction Steps
see below
### Expected Behavior
NET 9 is installed
### Exceptions & Errors (if any)
_No response_
### .NET Install Tool Version
9.0.202
### Your operating system? Please provide more detail, such as the version and or distro above.
N/A
### VS Code Version
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.