Scipio
'FOREIGN KEY constraint failed in Sqlite using Entity Framework Core and WinUi 3
I am getting the following error when attempting to add to add a record to my SQLite database:
SqliteException: SQLite Error 19: 'FOREIGN KEY constraint failed'
The exception occurs in ClientViewModel.cs - line 74
Link to my project:
https://github.com/SpaceWarlord/Roster
49 replies