[Mono-bugs] [Bug 50768][Wis] Changed - new DirectoryInfo (".").GetFiles ("*.plugin") throws DirectoryNotFoundException

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 10 Nov 2003 08:33:06 -0500 (EST)


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 jeroen@xs4all.nl.

http://bugzilla.ximian.com/show_bug.cgi?id=50768

--- shadow/50768	2003-11-10 08:21:46.000000000 -0500
+++ shadow/50768.tmp.2049	2003-11-10 08:33:06.000000000 -0500
@@ -50,6 +50,11 @@
                 foreach (FileInfo file in files) {
                         Console.WriteLine ("Found {0}", file.Name);
                 }
         }
 }
 
+
+------- Additional Comments From Jeroen@xs4all.nl  2003-11-10 08:33 -------
+This "bug" only happens on ppc. Gonzalo verified that it works fine on
+x86. Could be that my mono install is screwed up (it would really help
+if mono/mcs compiles on ppc without any manual changes (see #50524)).