Cannot run when connecting to Postgresql

I am running Radzen 2.43.9 on Windows 10.

  1. I created a fresh Blazor project.
  2. Added a new page called Homepage and the project runs and I can preview it in the browser.

When I add a new Postgresql datasource and try to run the project, I get the following error:
NOTE: Doesn't appear to be a problem when I create a new Angular project.

dotnet: Pages\Homepage.razor.designer.cs(10,14): error CS0234: The type or namespace name 'Models' does not exist in the namespace 'Vqapoc' (are you missing an assembly reference?) [C:\Users\ssingh\Documents\RadZen\VQAPOC\server\Vqapoc.csproj]
Shared\LoginLayout.razor.designer.cs(9,14): error CS0234: The type or namespace name 'Models' does not exist in the namespace 'Vqapoc' (are you missing an assembly reference?) [C:\Users\ssingh\Documents\RadZen\VQAPOC\server\Vqapoc.csproj]
Shared\MainLayout.razor.designer.cs(9,14): error CS0234: The type or namespace name 'Models' does not exist in the namespace 'Vqapoc' (are you missing an assembly reference?) [C:\Users\ssingh\Documents\RadZen\VQAPOC\server\Vqapoc.csproj]
Shared\LoginLayout.razor(5,14): error CS0234: The type or namespace name 'Models' does not exist in the namespace 'Vqapoc' (are you missing an assembly reference?) [C:\Users\ssingh\Documents\RadZen\VQAPOC\server\Vqapoc.csproj]
Pages\Homepage.razor(8,14): error CS0234: The type or namespace name 'Models' does not exist in the namespace 'Vqapoc' (are you missing an assembly reference?) [C:\Users\ssingh\Documents\RadZen\VQAPOC\server\Vqapoc.csproj]
Shared\MainLayout.razor(5,14): error CS0234: The type or namespace name 'Models' does not exist in the namespace 'Vqapoc' (are you missing an assembly reference?) [C:\Users\ssingh\Documents\RadZen\VQAPOC\server\Vqapoc.csproj]

dotnet: 

dotnet: The build failed. Fix the build errors and run again.

dotnet: watch : Exited with error code 1

dotnet: watch : Waiting for a file to change before restarting dotnet...

@korchev Any updates on whether this is a bug with Radzen 2.43.9?

We are unable to reproduce such problem. I've just tried brand new application using Norhwind database copy for Postgre and everything worked normally


Thanks for getting back to me @enchev @korchev.

Can you try the similar exercise but with an empty database?

Just create an empty database in PostgreSQL and try adding a data source to that empty database.

Thanks
SS