[Mono-bugs] [Bug 54044][Min] Changed - mcs-0.30 compiled exe cannot run under Microsoft .net 1.1
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 9 Feb 2004 15:37:04 -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 spouliot@videotron.ca.
http://bugzilla.ximian.com/show_bug.cgi?id=54044
--- shadow/54044 2004-02-08 20:39:40.000000000 -0500
+++ shadow/54044.tmp.2853 2004-02-09 15:37:04.000000000 -0500
@@ -1,12 +1,12 @@
Bug#: 54044
Product: Mono/Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: REOPENED
+Status: NEEDINFO
Resolution:
Severity: Unknown
Priority: Minor
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: liyul@hotmail.com
@@ -88,6 +88,16 @@
We'll face a similar issue with non-ECMA assembly used by Microsoft.
In this case I think we should treat the MS key as the ECMA key. This
way assemblies created by MCS will work on the mono runtime and the MS
runtime without problems. Other runtime using the same "trick" should
also be compatible.
+
+------- Additional Comments From spouliot@videotron.ca 2004-02-09 15:37 -------
+We cannot reproduce your problem.
+
+Is it possible that you used CSC to compile your assembly but linked
+with Mono's System.dll assembly ?
+
+If not could you detail every step (command) you did to get that result ?
+
+Thanks