Blazor not found in Visual studio,blazor .net framwork template not found

SRIHARI MADDINENI 0 Reputation points
2024-06-01T05:47:32.92+00:00

Blazor template is being not found in visual studio

This question is related to the following Learning Module

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,477 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Gowtham CP 3,730 Reputation points
    2024-06-01T13:22:10.7633333+00:00

    Hello SRIHARI MADDINENI ,

    Thanks for reaching out in the Microsoft Q&A!

    Please confirm the version of Visual Studio you are using.

    Blazor is not supported in Visual Studio 2017; the current version requires Visual Studio 2022. While you can create a Blazor project using the dotnet command line and edit it in VS 2017, debugging won't be possible and the project may not load correctly. For the best experience, use Visual Studio 2022 or Visual Studio Code.

    Reference : Blazor template is missing in Visual Studio 2017.

    If the response helped, do "Accept Answer" and up-vote it to close the thread! Thanks

    1 person found this answer helpful.
    0 comments No comments

  2. Bruce (SqlWork.com) 60,361 Reputation points
    2024-06-01T16:25:24.7633333+00:00

    For visual studio 2022 be sure to install the ASP.NET and web development workload. You can install the community version or use visual studio code.

    0 comments No comments