I was experiencing a circular reference error during the deep load method (see my other post: http://community.codesmithtools.com/forums/22679/ShowThread.aspx#22679).
Can we provide another overload to deep load that takes a DeepLoadInfo array, where DeepLoadInfo is a class with three properties, a Type, a LevelsToLoad, and a LevelsLoadedCount. This would solve the circular reference, being that when the DeepLoad code runs, we increment the LevelsLoadedCount until it equals the LevelsToLoad, at which point that DeepLoadInfo class gets removed from the array.
Thanks!
Ryan
Have you tried a newer version of the templates? There were some significant changes to the DeepLoad process in SVN 463.
Ben Johnson------------------------------ Member of the .NetTiers team Visit http://www.nettiers.com------------------------------