Be mindful of your DataContext's "context"
In a previous post here [http://geekswithblogs.net/michelotti/archive/2007/12/25/117984.aspx], I discussed implementation of Attaching Linq entities to a DataContext. In that post, I showed an implementation of utilizing a Detach() method that I originally based on this post here [http://weblogs.asp.net/omarzabir/archive/2007/12/08/linq-to-sql-how-to-attach-object-to-a-different-data-context.aspx] . The implementation boils down to the need to reset EntityRef<> references back to their default...