[Mono-bugs] [Bug 76723][Cri] New - Mono generates bad assembly.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Nov 16 08:51:13 EST 2005


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 informatique.internet at fiducial.fr.

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

--- shadow/76723	2005-11-16 08:51:13.000000000 -0500
+++ shadow/76723.tmp.6464	2005-11-16 08:51:13.000000000 -0500
@@ -0,0 +1,57 @@
+Bug#: 76723
+Product: Mono: Compilers
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Critical
+Component: C#
+AssignedTo: rharinath at novell.com                            
+ReportedBy: informatique.internet at fiducial.fr               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Mono generates bad assembly.
+
+I'm working with mono from svn r.53109.
+Description of Problem:
+Steps to reproduce the problem:
+I try to compile a simple Hello World prg:
+
+using System;
+
+class MainClass
+{
+        public static void Main(string[] args)
+        {
+                Console.WriteLine("Hello World");
+        }
+}
+
+I try to compile it (under Linux)
+mcs test.cs
+I try to execute it (under Linux)
+mono ./Main.exe
+Hello World
+(it works)
+I try to execute it (under Windows MS.NET 1.1)
+c:\>Main.exe
+c:\>
+(it don't works)
+
+When i try to add this assembly as  a reference in VS.NET 2003 It says that
+the assembly is not valid!
+
+
+
+Expected Results:
+Hello world (on windows and Linux)
+
+How often does this happen? 
+always
+
+Additional Information:
+It use to work yesterday


More information about the mono-bugs mailing list