.Net 8.0.10 and 8.0.11 hosting bundle doesn't install components

KAPIL ARORA 0 Reputation points
2024-11-13T12:31:16.29+00:00

I have downloaded and installed 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 and 8.011 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.

Only Microsoft .NET 8.0.10 - Windows server Hosting is visible in the control panel and not all other components.

Also my site then complains for .net runtime and I need to install the Microsoft .NET Runtime explicitly.

This was not the case with previous hosting bundle installers.

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

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,945 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,639 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,172 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Bruce (SqlWork.com) 67,251 Reputation points
    2024-11-13T17:17:09.9733333+00:00

    I believe the hosting bundle only installs the runtimes if no previous 64 bit runtime install is detected.


  2. Jiachen Li-MSFT 32,451 Reputation points Microsoft Vendor
    2024-11-14T01:21:19.44+00:00

    Hi @KAPIL ARORA ,

    If the Hosting Bundle is installed after installing the 64-bit (x64) version of .NET Core, SDKs might appear to be missing (No .NET Core SDKs were detected). To resolve the problem, see Troubleshoot and debug ASP.NET Core projects.

    Best Regards.

    Jiachen Li


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    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.