Found markup element with unexpected name 'RadzenSplitter'. If this is intended to be a component, add a @using directive for its namespace

I installed Radzen.Blazor from nuget and followed all the instruction at GitHub
but when I insert any component in the razord page, I receive this warning (even if when I run the application, its working).

Warning (active)|RZ10012|Found markup element with unexpected name 'RadzenSplitter'. If this is intended to be a component, add a @using directive for its namespace.

Furthermore the intellisense does not recognize any Radzen object.

Thanks.

Andrea

This is the code:

@page "/ProjectDetails/{ProjectId?}"
@using Radzen
@using Radzen.Blazor

Pane A1
50% Min 30px Max 70%
Pane A2

Hi @AndreaF,

We are not sure what can cause such problem. Try to delete bin/obj folders and rebuild your project.

1 Like

Solved.

Thanks a lot.

Andrea