[Mono-bugs] [Bug 35531][Maj] Changed - "Hello World" app doesn't run correctly

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Fri, 31 Jan 2003 11:35:52 -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 lupus@ximian.com.

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

--- shadow/35531	Fri Dec 13 14:31:17 2002
+++ shadow/35531.tmp.14483	Fri Jan 31 11:35:52 2003
@@ -1,13 +1,13 @@
 Bug#: 35531
 Product: Mono/Runtime
 Version: unspecified
 OS: unknown
 OS Details: RH 7.2
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: lillian@boojiboy.eorbit.net               
 QAContact: mono-bugs@ximian.com
@@ -96,6 +96,17 @@
 ------- Additional Comments From lillian@boojiboy.eorbit.net  2002-12-13 14:31 -------
 I've also installed 0.17 in a Win2K box using the mono-setup  for 
 Win2K on http://www.go-mono.com/download.html and a similar thing 
 happens.
 
 Windows also complains that it can't find mscoree.dll
+
+------- Additional Comments From lupus@ximian.com  2003-01-31 11:35 -------
+You're probably trying to run the program with wine: that won't
+work.You're supposed to run the program with:
+
+mono helloworld.exe
+or
+mint helloworld.exe
+Or you could register mono as the program to run when a .net
+program is run directly from the command line (using the binfmt_misc
+kernel module: search the mailing list for details).