Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
When I modify and run your sample, I do not get into an infinite loop (causing the StackOverflowException). There is a flag in the FillTable2() method that prevents the method from being called recursively. I noticed that your stack trace has debugging symbols, did you build the source code? If you did, then can you put a break point in the BusinessLayerLinkManager.vb file within the HandleTableLinkCurrentDataTableRefilled() method and test the _IsInTable2Fill value... that flag should prevent the FillTable2() from being called.
|