[Mono-bugs] [Bug 81496][Wis] New - System.Diagnostic.Process starting a console-like window on Windows Applications

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Apr 30 13:48:02 EDT 2007


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 marco.gario at email.it.

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

--- shadow/81496	2007-04-30 13:48:02.000000000 -0400
+++ shadow/81496.tmp.12666	2007-04-30 13:48:02.000000000 -0400
@@ -0,0 +1,40 @@
+Bug#: 81496
+Product: Mono: Class Libraries
+Version: 1.0
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: marco.gario at email.it               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.Diagnostic.Process starting a console-like window on Windows Applications
+
+Description of Problem:
+When using System.Diagnostic.Process to start a console application on 
+Mono you will get a command-prompt-like window that you don't get with MS.
+
+I did set StartInfo.CreateNoWindow=true;
+
+I run into this problem ONLY when running a Windows Application. Same code 
+on a Console Application will work as expected.
+I experienced this problem with openvpn.exe but I then wrote a dummy 
+console program (also in .NET) that caused the same problem.
+
+Source Codes are attached.
+
+Actual Results:
+Running with mono will cause a command-promp-like window to be shown
+
+Expected Results:
+You should only see the MessageBox, and then the form, without any command-
+prompt-like window
+
+How often does this happen? 
+Always


More information about the mono-bugs mailing list