79312463

Date: 2024-12-27 17:48:13
Score: 1.5
Natty:
Report link

From the error message I guess you are trying to a delete a record with Entity Framework.

My experience is that the most common reason for that is when trying to delete a record with an ID that doesn't exists in the database.

Make sure that you are sending a record with a valid ID that exists in the database.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Karl Fridlund