[Mono-bugs] [Bug 521231] System.Configuration skips xml nodes when reading two ConfigurationElementCollections in a row.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Jul 10 20:01:34 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=521231

User greg.smolyn at strangeloopnetworks.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=521231#c4





--- Comment #4 from Greg Smolyn <greg.smolyn at strangeloopnetworks.com>  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.


More information about the mono-bugs mailing list