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=82134 --- shadow/82134 2007-07-18 18:09:44.000000000 -0400 +++ shadow/82134.tmp.1673 2007-07-18 18:11:19.000000000 -0400 @@ -98,6 +98,14 @@ - if (refcount == 0){ + if (refcount == 0 && handle == invalid_handle_value) { throw new ObjectDisposedException (GetType ().FullName); } + +------- Additional Comments From [EMAIL PROTECTED] 2007-07-18 18:11 ------- +You're welcome! Actually I've noticed the same problem some time ago +on the application I'm developing but has not had taken the time to +investigate before because it is far from being in production yet. + +Changed the bug to the correct component. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
