[Mono-bugs] [Bug 71709][Nor] Changed - System.Diagnostics.Process can't start a mono process

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 25 Jan 2005 01:30:14 -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 gonzalo@ximian.com.

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

--- shadow/71709	2005-01-24 22:53:19.000000000 -0500
+++ shadow/71709.tmp.24816	2005-01-25 01:30:14.000000000 -0500
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: 1.1
 OS: NLD 9
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: lluis@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -34,6 +34,10 @@
 		p.StartInfo.RedirectStandardOutput = true;
 		p.StartInfo.RedirectStandardError = true;
 		p.Start();
 		p.WaitForExit();
 	}
 }
+
+------- Additional Comments From gonzalo@ximian.com  2005-01-25 01:30 -------
+Don't tell me there's a 'mono' directory where you're trying to run
+this...