I have a table from my SQL data source that is not checked and does not exist in the /server/models/app folder.
But when I try and run it fails with this error below
Pages\TableName.razor.designer.cs(41,49): error CS0234: The type or namespace name 'TableName' does not exist in the namespace 'MyApp.Models.MyApp' (are you missing an assembly reference?) [D:\Radzen\MyApp\server\MyApp.csproj]
It keeps regenerating Pages\TableName.razor.designer.cs file and I can not figure our what file is causing this. I can't find any reference to the "TableName" in any other file under the project folder.
Thanks for any help.
Dave