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

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 29 Jul 2003 10:37:48 -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 10:37:48 2003
+++ shadow/47040.tmp.11292	Tue Jul 29 10:37:48 2003
@@ -0,0 +1,50 @@
+Bug#: 47040
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: johannes@jroith.de               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Process.Start() not working
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+Process.Start() in System.Diagnostics, does not work.
+
+Instead I get:
+
+Unhandled Exception: System.ComponentModel.Win32Exception: Some sort of w32
+error occurred: 0 on Process.Start
+
+This bug was confirmed by another user, having the same problem. The sample
+worked before, it even happens with small testcases.
+
+OS: RH9 and Gentoo
+
+
+Steps to reproduce the problem:
+1. Run anything with Process.Start()
+
+Actual Results:
+
+The excepetion, decribed above is thrown.
+
+Expected Results:
+
+This should execute something.
+
+How often does this happen? 
+
+Always, but it did not happen some weeks ago.
+I can't remember any real changes to the System (new mono or something).