[Mono-bugs] [Bug 77264][Nor] Changed - Process.start starts only with MS.NET

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Jan 15 08:29:26 EST 2006


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 robertj at gmx.net.

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

--- shadow/77264	2006-01-15 06:36:21.000000000 -0500
+++ shadow/77264.tmp.31390	2006-01-15 08:29:26.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 77264
 Product: Mono: Runtime
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: XP
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: JIT
 AssignedTo: lupus at ximian.com                            
 ReportedBy: spam at its-e.de               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -38,6 +38,15 @@
 Should run with the runtime, they the programm started, here Mono
 
 How often does this happen? 
 everytime
 
 Additional Information:
+
+------- Additional Comments From robertj at gmx.net  2006-01-15 08:29 -------
+This is by design. If you want to run the assembly with
+mono, you have to feed it to mono.exe:
+
+proc.StartInfo.FileName = "d:\\path\\to\\mono.exe";
+proc.StartInfo.Arguments = "d:\\path\\to\\test.exe";
+proc.StartInfo.UseShellExecute = false;
+


More information about the mono-bugs mailing list