Blazor template is missing in visual studio 2017

Pravinkumar Birajdar 61 Reputation points
2021-12-18T04:51:59.33+00:00

I have installed Visual Studio 2017 (15.9.42). There is no blazor template available in asp.net core web application. I am able to create a blazor project using the CLI. What can I do to get the templates to load in Visual Studio 2017?

Developer technologies | .NET | Blazor
0 comments No comments
{count} votes

Accepted answer
  1. Bruce (SqlWork.com) 77,926 Reputation points Volunteer Moderator
    2021-12-18T17:44:17.913+00:00

    Nothing.

    It’s not supported by vs 2017. In fact the current version of blazor, which you should be using, is only supported by vs 2022.

    You can use the dotnet command line to create a blazor project and use vs 2017 as a text editor, but you will not be able to debug. The project probably will load either.

    In short, if you want to work with blazor, you should install a version of vs 2022 or use visual studio code.

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.