C#.NET Linq to Sql : System.Data.Linq.ChangeConflictException: Row not found or changed..
I received this error during a get method (retreive the posts in my Kiwi Application).
I strangled with this during an hour and finally, I remembered that I had changed a NOT NULL field in my db to a allow null number.
So, when you do that, you simply have to update your Linq to Sql (dbml). Hope it helps.
Filed under: .NET on May 29th, 2009








Hey, really very useful comment
Thanks a TON – you saved me a huge amount of frustration!
THANKS!
Me too forget that I’ve changed the NOT NULL field!