-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install Scripts Failure - [NETE2ESDK] Installing .NET 9.0-aspnetcore runtime failed with "No internet connection detected: Cannot install .NET " #1850
Comments
This is a good catch, thank you. The problem is that the server which hosts these files no longer has 2.0.9 on it, so it fails. The message should be improved, but its not an issue that this is no longer available via this method. For preview 5, I also think this is more of a server side issue not with this product. Not a release blocker, leaving this open to fix offline message. |
This should be improved with a correct error message in the pending release |
I think this is because 2.0.9 of aspnet does not exist anymore... this is the behavior I would expect now if the version does not exist. |
@nagilson |
Does it happen with 8.0? That is not expected. It looks like only 9 is broken With 2.0 it is expected because that version doesn't really exist on the server anymore. |
it happens on 9.0 but not 8.0 or 7.0, its probably because of the prerelease tag jargon at the end of the version |
@dotnet/install-scripts-maintainers @dotnet/install-scripts-admin Is this a known issue with installing the 9.0 rc builds? Do we need to set some sort of flag?
|
According to https://dotnet.microsoft.com/en-us/download/dotnet/9.0 the ASP.NET runtime has the version 9.0.0-rc.2.24474.3 not 9.0.0-rc.2.24473.5 |
Thanks @JanProvaznik. @rbhanda Do the older builds of RC 9 get removed from the dotnet hosting servers? Or any chance the releases.json would become out of date for these builds? |
Describe the bug.
Installing .NET 2.0-aspnetcore runtime failed with "No internet connection detected: Cannot install .NET "
Reproduction Steps
1.Run the 'Sample: Acquire ASPNET runtime' or 'Sample: Acquire all 2.X ASPNET Runtimes Concurrent' command. You should be asked to enter a Major. Minor version, please enter 2.0.
2.observe the output
Expected Behavior
.NET 2.0-aspnetcore runtime installed successfully
Exceptions & Errors (if any)
Installing .NET 2.0-aspnetcore runtime failed with "No internet connection detected: Cannot install .NET "
Sample: Acquire ASPNET runtime:
Sample: Acquire all 2.X ASPNET Runtimes Concurrent:
.NET Install Tool Version
dotnet-install-tool-2.0.7
Your operating system? Please provide more detail, such as the version and or distro above.
N/A
VS Code Version
1.90.2
The text was updated successfully, but these errors were encountered: