I get the following error message:
Error occured:
Description: Error while parsing loaded data.
Details: The system cannot locate the object specified.
I have recently switch from loading the entire tree to using NodeSrc to load children on demand. The tree loads fine initially, I then choose an option from a context menu which postsback; the server Server.Transfers me to a dialog, which does some work and Server.Transfers back. On my return it looks like the tree tries to return to its original state (which would be nice if it worked, but I don't have any code that explicitly attempts to do this). It crashes with this error message while trying to do this.
Do you know what the problem is and how to fix it?