[Mono-bugs] [Bug 77264][Nor] New - Process.start starts only with
MS.NET
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Jan 15 06:36:21 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 spam at its-e.de.
http://bugzilla.ximian.com/show_bug.cgi?id=77264
--- shadow/77264 2006-01-15 06:36:21.000000000 -0500
+++ shadow/77264.tmp.30500 2006-01-15 06:36:21.000000000 -0500
@@ -0,0 +1,43 @@
+Bug#: 77264
+Product: Mono: Runtime
+Version: 1.1
+OS:
+OS Details: XP
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: JIT
+AssignedTo: lupus at ximian.com
+ReportedBy: spam at its-e.de
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Process.start starts only with MS.NET
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1.
+ Dim proc As New System.Diagnostics.Process()
+ proc.StartInfo.FileName = "test.exe"
+ proc.Start()
+ proc.WaitForExit()
+
+2. run this code with Mono 1.1.13 under Win XP
+3. the started vb.net programm test.exe is run under MS.NET not with Mono
+
+Actual Results:
+test.exe run under MS.NET, if installed
+
+Expected Results:
+Should run with the runtime, they the programm started, here Mono
+
+How often does this happen?
+everytime
+
+Additional Information:
More information about the mono-bugs
mailing list