Blazor the type or namespace name 'App' could not be found (are you missing a using directive or an assembly reference?)

前端 未结 5 1739
南旧
南旧 2021-01-18 02:39

I have setup the basic application in Blazor in Microsoft Visual Studio Community 2019 Version 16.1.3 and I have tried both of the versions of .NET Core SDK 3.0.100-preview5

5条回答
  •  再見小時候
    2021-01-18 03:08

    Addition to @SᴇM answer, please make sure you are using latest version of Visual studio. For my case, I followed the same steps mentioned by @SᴇM but still option Blazor App option not shown.

    After that, I updated visual studio to 16.3.7 and now option is visible while creating new project. :)

提交回复
热议问题