-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
.NET Core March 2018 Update #1341
Comments
2.0.6 hosting packages seems to fail on my server. i got 0x80070001 incorrect function and in the logs i have : Size seems awfully low (564kB) compared to 2.0.5 hosting (93157kB) |
Same issue here |
DotNetCore.2.0.6-WindowsHosting.exe does not include the AspNetCore 2.0.6 RuntimePackageStore but the 2.0.5 ones. Install manually the 2.0.6 ones. |
@XavierDa Had the same problem https://github.com/dotnet/core-setup/issues/3830. Downloaded the file from my machine and was able to get the full file. Maybe some problem with the CDN. |
We're looking into the hosting bundle issues. dotnet/aspnetcore#2954 (comment) |
@fabiano - the bundle does not contain the 2.0.6 Runtime Package Store. We're in the process of rebuilding and testing the bundle and will update as soon as it's ready. dotnet/aspnetcore#2954 (comment) |
@leecow What about the 2.1.0-preview1(2.1.300.8174) bits? Does this base also get an update? |
@DoCode - 2.1.0 will be updated at the next preview release. |
Get an |
I'm getting this when trying to build my docker manually. I'm guessing its all related:
I'll manually point my build at 2.0.5 until this is resolved. |
Getting error of file not found when trying to download DotNetCore.2.0.6-WindowsHosting.exe |
Thanks, for your patience on this. The issue with the DotNetCore 2.0.6 Hosting bundle is now resolved and you can download the updated file from here. Please note as part of the refresh we have changed the file name from DotNetCore.2.0.6-WindowsHosting.exe to DotNetCore.2.0.6-1-WindowsHosting.exe. |
Added PR to correct internal link to fixes list in the release notes #1353 |
Download and installed the latest version DotNetCore.2.0.6-1-WindowsHosting.exe without problems. Thank you all! |
We had problems running with System.Data.SqlClient version 4.4.0, getting a FileLoadException. Upgrading the package to 4.4.3 fixed it. |
No I can't - the release notes only go up to 2.0.5. |
I'm trying to install only the hosting part for self-contained apps, and using the below command, but it installs the runtimes as well, which I do not want. Anything changed recently, how can I install only the hosting module part?
|
@joeloff - is this in your wheelhouse? |
@Eilon Yes. @dmumladze The LTS/FTS options are only supported in the 1.x hosting bundle since there is no LTS/FTS designation for 2.x at this point. We added better support in 2.1 for selecting separate items (runtime, shared framework and ANCM), but for 2.0 this is a known problem unfortunately. The work-arounds are not that ideal:
@Eilon , @muratg we might want to look at back porting the 2.1 swithces to 2.0 |
Closing as subsequent updates have been released. |
The .NET Core March 2018 Update is available. This release includes:
This release includes security fixes. You can read about the updates in the .NET Core release notes.
Please report any issues you find with the March 2018 Update, either responding to this issue, creating a new issue or creating a new issue in one of the following repos:
The text was updated successfully, but these errors were encountered: