Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with .NET MAUI Blazor SQL app #1239

Open
pyrotechnik opened this issue Jul 1, 2024 · 0 comments
Open

Problem with .NET MAUI Blazor SQL app #1239

pyrotechnik opened this issue Jul 1, 2024 · 0 comments

Comments

@pyrotechnik
Copy link

Hello I have a problem with SQL application in .NET MAUI Blazor. I am creating an application according to this video.
YT
Everything works as it should with one table. But when I create another table including table2Service.cs, table2Repository.cs, table2Info.cs. I just recreate everything with a different table name. The table is created in the database, but when I try to insert data into the table I get an error:
System.NullReferenceException in System.Private.CoreLib.dll
The MauiApp1.dll program exited with code 0 (0x0).
But the first table still works as it should. I have no idea where the error is, and would be very grateful for help.
Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant