Error On Trial

Getting an error on Angular RadzenCRM demo project

radzen: Generating code ...
radzen: Code generation done in 317ms.
dotnet: Data\CrmContext.Custom.cs(9,22): error CS0759: No defining declaration found for implementing declaration of partial method 'CrmContext.OnModelBuilding(ModelBuilder)' [C:\Users\Steve Hodges\Documents\Radzen\CRMDEMO\server\project.csproj]

dotnet:

dotnet: The build failed. Please fix the build errors and run again.

Hi @stevehodges60,

The OnModelBuilding method is declared here and should be present in your local CrmContext.cs file.