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=79229 --- shadow/79229 2006-08-31 10:33:05.000000000 -0400 +++ shadow/79229.tmp.31750 2006-08-31 10:33:05.000000000 -0400 @@ -0,0 +1,46 @@ +Bug#: 79229 +Product: Mono: Class Libraries +Version: unspecified +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Crashing FolderBrowserDialog when expanding "My Computer" + +Description of Problem: +The FolderBrowserDialog does not work correctly(.NET 1.1 and 2.0) +If you show the file browser dialog it show correctly. +But if you click on the small plus next to "My Computer" +it crashes because "Win32 IO returned 21. Path: F:" +or on my other machine: +"ErrorSystem.String[] GetFileSystemEntries(System.String, System.String, +FileAttributes, FileAttributes) +The Path does not have a valid format +System.Collections.Hashtable + +Steps to reproduce the problem: +(I think the bug appears only on windows, because linux doesn't have +something like "my computer" with C:\, D:\ etc.) + +1. Create a new folderBrowserDialog +2. Show it +3. Double click on my computer or the little plus next to it so that it +expands. + +Actual Results: +Crash + +Expected Results: +Show drives like C:\,D:\,E:\,... + +How often does this happen? +Always _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
