Running application with two databases

Hello @Team,

I've tried to add a second database to my application because I was missing some important Stored Procedures. Importing the database is working just fine. I can add and infer all the schemes into my application. All the tables are showing up while evoking for example a DataGrid as well. However, when I run my application, the whole screen is just blank. Nothing loads within the webpage.

Can you help me identify this problem?
Thanks!

Hey @ChrisI,

Check your browser console and Radzen output pane for errors.

Good call!

The webpage tells me this:

The Radzen output panel is likely the same.

On second thought, I think I understand the issue. Some pages are on the code generation ignore list.

image

Can you confirm that this is the cause of the problem?

Thanks!

Yes, the Startup.cs is ignored and the new data source service is not registered.

Makes sense a lot. Thanks!