[Mono-bugs] [Bug 47040][Nor] Changed - Process.Start() not working

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 29 Jul 2003 16:31:26 -0400 (EDT)


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 johannes@jroith.de.

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

--- shadow/47040	Tue Jul 29 16:30:49 2003
+++ shadow/47040.tmp.6136	Tue Jul 29 16:31:26 2003
@@ -60,6 +60,19 @@
 ------- Additional Comments From johannes@jroith.de  2003-07-29 16:30 -------
 It was reported, that
 
 rm /root/.wapi/shared-data*
 
 would "fix" the bug.
+
+------- Additional Comments From johannes@jroith.de  2003-07-29 16:31 -------
+using System;
+using System.Diagnostics;
+
+class Test {
+
+	public static void Main() {
+
+		Process.Start("galeon");
+	}
+}
+