[Mono-bugs] [Bug 81729][Nor] Changed - Console.Read(Line) doesn't block for winexe's

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri May 25 04:32:56 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 robertj at gmx.net.

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

--- shadow/81729	2007-05-24 15:04:24.000000000 -0400
+++ shadow/81729.tmp.17275	2007-05-25 04:32:56.000000000 -0400
@@ -37,6 +37,11 @@
 Reproduce: 
 gmcs frmMain.cs -r:System.Windows.Forms.dll -target:winexe
 mono frmMain.exe
 
 Result: no form shows up until Enter is pressed.
 Expected result:  the forms shows up anyways.
+
+------- Additional Comments From robertj at gmx.net  2007-05-25 04:32 -------
+This happens because mono.exe itself is a console application.
+You may try to launch the assembly using monow.exe, which is a winexe.
+


More information about the mono-bugs mailing list