[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
Sun, 8 Feb 2004 18:13:59 -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 liyul@hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=54044
--- shadow/54044 2004-02-08 14:58:23.000000000 -0500
+++ shadow/54044.tmp.18569 2004-02-08 18:13:59.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 54044
Product: Mono/Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: RESOLVED
-Resolution: NOTABUG
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Minor
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: liyul@hotmail.com
QAContact: mono-bugs@ximian.com
@@ -60,6 +60,17 @@
This is Microsoft's problem that if their runtime does not allow our
class libraries when our dlls are correctly put in their probed PATH
(if their CLR runtime is really "binary compatible, it should be).
Note that ms signed System.dll and our System.dll are different
assemblies. If they are regarded as the same, it will cause so called
DLL hell.
+
+------- Additional Comments From liyul@hotmail.com 2004-02-08 18:13 -------
+Sorry Atsushi but please reconsider. This worked with mcs-0.28!!! And
+testing on windows 2000 revealed same results.
+
+Timesetter is a small utility I use to quickly test mcs pinvoke,
+webrequest and regex. It is available at.
+http://www.arithex.com/atomictime.cs.html
+
+
+