Showing related tags and posts accross the entire site.
-
HI all, I searched the forum and found out the StackOverflowException is an "old" tricky bug that happens most of the time when trying to deepload/deepsave. I'm having a StackOverflow Exception I cannot explain that does not only happen when using deepsave but also with simple Save/Insert...
-
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>...