LINQ to SQL ObjectDisposedException on entity that never asked for.
- by gtas
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?