http://bugzilla.novell.com/show_bug.cgi?id=521231
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=521231#c4 --- Comment #4 from Greg Smolyn <[email protected]> 2009-07-10 18:01:33 MDT --- Hrm, that certainly fixes my test case, however in my actual running app I'm still seeing some problems. Definitely related to how reader.Skip() on line 350 is interacting when we're recursed a few levels. The IsEmptyElement() call will occur, we do a skip, exit the current node, and then immediately do a Read() which puts us _past_ the one we skipped to. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
