dotnet / website-feedback

This repo is for dot.net feedback including get started tutorial issues from the site.
MIT License
0 stars 1 forks source link

Create new blazor project with error #106

Closed Rajesh35hsp closed 8 months ago

Rajesh35hsp commented 8 months ago

URL

https://dotnet.microsoft.com/en-us/learn/aspnet/blazor-tutorial/create

Operating system

windows

More information about your system

No response

Description

Create new blazor project (with selected DO not use top level statements )and when I am trying to build it getting below exception

Severity Code Description Project File Line Suppression State Details Error CS0234 The type or namespace name 'Components' does not exist in the namespace '' (are you missing an assembly reference?)

dotnet --info

No response

Rajesh35hsp commented 8 months ago

Fixed after updating VS to Microsoft Visual Studio Professional 2022 (64-bit) - Current Version 17.9.5

Rajesh35hsp commented 8 months ago

fixed with VS update