.net core 8.0.10 hosting bundle doesn't install components

Neil Callahan 10 Reputation points
2024-10-22T17:50:25.83+00:00

I have downloaded the .NET Core Hosting bundle for 8.0.10.

In the past when installing this bundle it will install the following components:

Microsoft .NET Runtime - version (x64)

Microsoft .NET Runtime - version (x86)

Microsoft ASP.NET Core - version - Shared Framework (x64)

Microsoft ASP.NET Core - version - Shared Framework (x86)

However the latest version, 8.0.10 the bundle does not install any of the above components. It just installs a single line, Microsoft .NET 8.0.10 - Windows server Hosting and nothing else.

Has anyone else noticed this? Is this by design or is something wrong with the package?

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,611 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,166 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Lee Weston 0 Reputation points
    2024-10-25T06:45:04.82+00:00

    After the updates installed [Microsoft ASP.NET Core Runtime 8.0 8.0.10] on my machine and when I try running Visual Studio, it just errors with "Unable to connect to web server 'StartUpProject'" After uninstalling the update, then VS worked again

    0 comments No comments

  2. PatriceSc 171 Reputation points
    2024-10-29T12:26:31.28+00:00

    Hi,

    Seems you want to install the latest SDK rather than just the hosting bundle?

    Which version of VS do you have? What if you are just using "Visual Studio Installer" and then https://learn.microsoft.com/en-us/dotnet/core/install/how-to-detect-installed-versions?pivots=os-windows#check-sdk-versions to check the latest 8.0.403 is installed?

    The hosting bundle is for production servers.

    Edit: even if using Visual Studio Code, it seems to me you want to install the SDK rather than only just the hosting bundle.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.