I started a new project from the wizard that comes with RB4VS. When I open the Index.razor page I get an Design time build failed.
..\RadzenBlazorApp\Program.cs(28,24): error CS0246: The type or namespace name 'App' could not be found (are you missing a using directive or an assembly reference?)
When I run the project it runs without any error.
I'm using:
Microsoft Visual Studio Community 2022 (64-bit) - Preview
Version 17.13.0 Preview 2.0
Radzen Blazor for Visual Studio won't work with a preview version of the .NET 9 SDK and Visual Studio. If you want to use it you have to install the release version of Visual Studio instead of the preview.
Not sure what you tell me.. I am using VS Professional 2022 not the Preview version.
It was helpful to make App.razor.cs. An error disappears but the designer does not work in both versions RBS and RBS4VS. Just have a blank window with no control whatsoever. Here is an example from RBS4VS
Then this is a totally different problem than the one discussed in this thread (which is about using a preview version of Visual Studio and the .NET SDK).