When I run
DB.SubmitChanges();
I occasionally get an error that reads: "Row not found or changed". The reason why this error bugs me so much is because there will always a row that should be found for this query, and changes are only made if there are new changes to make.
I can't seem to figure out why this error pops up Are there some common reasons why this error shows up that I can try to find in my code?