Showing related tags and posts accross the entire site.
-
Hi! StackOverflowException problem This is due to the clone() implementation in entity classes not being able to detect cyclic references during deep copy of an object tree. This ends up with a StackOverflowException when DeepLoading or DeepSaving, and sometimes when a collection (an instance of TList<T>...
-
Looks like the entities Clone method is not persisting state. It's resetting state by calling AcceptChanges(). So that it's a clone of the data but not of state. I'm not 100% positive on best practices for this one. I'll google around and maybe one of you that knows the answer could chime in as well...
-
Ran into an issue that appears to be related to entity tracking and factories. Posted issue: http://code.google.com/p/nettiers/issues/detail?id=55
-
Hi Mike, I just answered a similar question here: http://community.codesmithtools.com/forums/permalink/19195/19195/ShowThread.aspx#19195