-
Notifications
You must be signed in to change notification settings - Fork 25.2k
2.0.8 .net run time core is missing from download page #6281
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
Comments
@AlejandroFlorin Latest release is 2.0.7 ... https://github.com/dotnet/core/releases Where did you see 2.0.8? [EDIT] They're also listed here 👉 https://github.com/dotnet/core/tree/master/release-notes/2.0 |
@AlejandroFlorin I'm going to go ahead and close. We can re-open and discuss further if you have additional questions. If you saw something that indicated that there was a 2.0.8 release, please let us know about that. If its a Microsoft page, there might be a typo somewhere that we need to fix. |
Also here: https://www.nuget.org/packages/Microsoft.AspNetCore.All BTW: You may want to hold off on closing an issue until you give someone a bit of time to respond. |
Yes, they updated the metapackage, but it isn't the same as a .NET Core release. That package version doesn't need to match the latest .NET Core release (although I definitely understand your interpretation looking at the numbers). For the latest released Hosting Bundle Installer, use the 2.0.7 runtime link. Use the 2.1.0-rc1 runtime link to get to the Hosting Bundle Installer for the 2.1.0 preview/prerelease. |
Good to know. Every previous .net core release had a matching package update so I assumed there was one now, though I did find it curious that 2.1.0 rc was published so soon after. Thanks, |
I just updated my project to Microsoft.AspNetCore.All v2.0.8 and published to my IIS test server that has hosting bundle 2.0.7. They are not compatible. IIS returns back HTTP Error 502.5 - Process Failure, which is the error that I always get when there is a mismatch between the hosting bundle and the .net core version. |
That's interesting. Let's call in the big guns! lol @leecow Can you comment on the "All" package revving to 2.0.8? We don't see a 2.0.8 official release, and the metapackage just notched up a version a day ago. |
This is kind of a weird update and we obviously haven't figured out the best way to communicate the situation. There was a change in a single framework package (System.Security.Cryptograph.Xml - not part of netcore.app so no update there) and some ASPNETCore packages. (@danroth27 for details) The ASP changes are included in the SDK 2.1.200. There's still some plumbing work going on behind the scenes for the CLI and ASP and I expect the ASP and CLI repo release tags to be published before too long, which should help. |
@JunTaoLuo to look at the HTTP error reported by @AlejandroFlorin |
It's a known issue, see aspnet/IISIntegration#476 (comment). An update hosting bundle needs to be installed to use the 2.0.8 Microsoft.AspNetCore.All metapackage. @leecow when will the new installer and links on the download pages be updated at https://www.microsoft.com/net/download/dotnet-core/runtime-2.0.7? I think there will be confusion here since the installer itself will still be called DotNetCore.2.0.7-WindowsHosting. fyi @muratg |
@preetikr for progress on ms.com download update. |
Same 502.5 error here - any news on when the hosting bundle will be updated? The issue for me is with an update to the AntiForgery package, which has been updated to 2.0.3 in the 2.0.8 metapackage. As that isn't available yet for my hosting server, I've had to downgrade my projects to 2.0.7. |
@bencgreen as per this comment the bundle was updated 3 days ago on May 8th. Please install DotNetCore.2.0.7-WindowsHosting.exe which contains ASP.NET Core 2.0.8. Verify the instillation was successful by navigating to |
Thanks for the update @VictorioBerra! 🚀 There's nothing actionable for the docs, so I'm going to close this now. |
I've downgraded to v2.0.7 back and it works fine. I know microsoft publishes do not give us confident anyway but it is sad to see dotnet core same. |
This has just caused us a world of pain too 😢 The bundle download page currently links to an older version
When it looks like it should be going to your new link After installing that new link, the I think this needs to be addressed more globally though, as I'm sure I won't be the last one to be hit by something like this. Re-publishing a newer version of the Windows Hosting package with newer binaries under the same version number doesn't seem right. I appreciate that the actual net core runtime hasn't changed so you wouldn't want to change it to I also appreciate that this is the Thanks! 😄 |
I have a related issue after updating of NuGet packages: Error: This assembly was expected to be in the local runtime store as the application was published using the following target manifest files: The only solution for now is to add the following line to my web project file:
but it produces hundreds of DLL files in my application output directory. Actual download link will be appreciated. Moreover, I still always need to remove |
The WRT the error, that's also fixed ... see aspnet/IISIntegration#476. |
Thank you all very much for reporting and discussing the issue. There's no actionable docs issue to address for this, so I'm going to lock the convo at this point. If there are additional problems with the 2.0.8 All package pertaining to the hosting bundle/shared framework install, please post them in aspnet/IISIntegration#476, where the engineers will re-open that issue to address any new or lingering problems. If anyone feels that there is a docs issue that we've missed here, please open a new issue with the specifics of your request or concerns and we'll take look. 👀 Thanks again everyone! 🚀 |
There is no 2.0.8 version available for download so can't get the 2.0.8 hosting bundle for the new .net core version.
https://www.microsoft.com/net/download/all
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: