Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=81771 --- shadow/81771 2007-07-11 23:51:19.000000000 -0400 +++ shadow/81771.tmp.14193 2007-07-12 00:29:55.000000000 -0400 @@ -63,6 +63,13 @@ if (data_source == null) { data_manager = null; return; } + +------- Additional Comments From [EMAIL PROTECTED] 2007-07-12 00:29 ------- +Actually even with the above code, it still fails, since +ConnectToDataSource gets called twice with the same data_source (thus +registering the events twice but only deregistering them once), once +from the DataSource getter and once from OnBindingContextChanged +(triggered in the BindingContext getter in ConnectToDataSource). _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
