Closed GoogleCodeExporter closed 9 years ago
Thank you for this detailed issue report! I will investigate ASAP.
Original comment by stephen....@gmail.com
on 23 Jun 2014 at 11:47
Thank you for a useful and innovative piece of software!
Original comment by kingsley...@gmail.com
on 23 Jun 2014 at 12:08
This is "fixed" in trunk. I say "fixed" because the solution was to add a
listener to the DataGridView.DataError event which essentially swallows these
exceptions. I am not certain why the DGV generates these errors (it is one of
the more complex WinForms components and does a lot of magic to determine how
to bind a given collection), except I think it has to do with the XmlDocument
being a collection of non-homogeneous types (they all share a common base type,
but different specific types).
This fix will probably be released as a minor bug fix in a week or two (I am
going to wait and see if any other little issues come up for the 2.1.0 release).
Original comment by stephen....@gmail.com
on 27 Jun 2014 at 3:11
Original issue reported on code.google.com by
kingsley...@gmail.com
on 23 Jun 2014 at 8:11Attachments: