Run Radzen.Server

Hi,
I clone the git code for Radzen.Server. After compiler run it and set break point in TreeDataBindingPage.razor
protected override async Task OnInitializedAsync()
{
await base.OnInitializedAsync();

    categories = dbContext.Categories.Include(c => c.Products);
    var allEmployees = dbContext.Employees.Include(e => e.Employees1).ToList();

(break)<= employees = allEmployees.Where(e => e.ReportsTo == null);
}

the break pointer never hit it. I assume it href to radzen.com site and not using local code. Is it any way I can debug the sample code.

Thanks,

JianJing

Not related. Try to clear and rebuild the solution.


When I run the \radzen-blazor\RadzenBlazorDemos\RadzenBlazorDemos.csproj

It get this error.

Why?

Thanks,

JianJing