LINQ to SQL ObjectDisposedException on entity that never asked for.
Posted
by gtas
on Stack Overflow
See other posts from Stack Overflow
or by gtas
Published on 2010-05-29T22:55:33Z
Indexed on
2010/05/29
23:02 UTC
Read the original article
Hit count: 280
linq-to-sql
|c#3.0
I have this strange behavior. Im Loading some entities in a List<> and append to a grid. When double click the grid i take the row cast to the entity and append to a property.
I have changed some things in my database and code and now i get this exception while i never wanted to check something on this Entity Reference.
Any Ideas?
© Stack Overflow or respective owner