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.

3 Responses to “C#.NET Linq to Sql : System.Data.Linq.ChangeConflictException: Row not found or changed..”

  1. Hey, really very useful comment

  2. Thanks a TON – you saved me a huge amount of frustration!
    :)

  3. THANKS!

    Me too forget that I’ve changed the NOT NULL field!

    :D

Leave a Reply