[Mono-bugs] [Bug 55866][Nor] Changed - Process.Start ignoring arguments under 0.31

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 20 Mar 2004 20:52:24 -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 mathpup@mylinuxisp.com.

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

--- shadow/55866	2004-03-20 20:40:51.000000000 -0500
+++ shadow/55866.tmp.21659	2004-03-20 20:52:24.000000000 -0500
@@ -35,6 +35,16 @@
 After looking at 55790 and testing what gonzalo said there, it fixes this.
 
 However apparently under rotor an exception is thrown using this code
 saying that UseShellExecute = true is invalid.
 
 This behaviour should be what mono does.
+
+------- Additional Comments From mathpup@mylinuxisp.com  2004-03-20 20:52 -------
+The specific exception trace under Rotor is 
+ 
+Unhandled Exception: System.InvalidOperationException: The parameter 
+value 'StartInfo.UseShellExecute=True' is invalid. 
+   at System.Diagnostics.Process.Start() 
+   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) 
+   at D.Main() 
+