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=79006 --- shadow/79006 2006-08-03 14:00:46.000000000 -0400 +++ shadow/79006.tmp.27404 2006-08-03 14:00:46.000000000 -0400 @@ -0,0 +1,31 @@ +Bug#: 79006 +Product: Mono: Class Libraries +Version: 1.1 +OS: GNU/Linux [Other] +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: ArgumentException copying TreeView.Nodes + +Description of Problem: +ArgumentException is thrown when trying to construct an ArrayList using +the TreeView.Nodes Collection. Can be reproduced with: + + TreeView tv = new TreeView(); + tv.Nodes.Add(new TreeNode("foo")); + ArrayList al = new ArrayList(tv.Nodes); + +The issue happens regardless of whether or not there are any nodes in the +TreeView. + +Additional Information: +Using mono 1.1.13.8, works fine on VS .Net 2003 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
