[Mono-bugs] [Bug 54043][Cri] Changed - undue reliance on mscorwks.dll in aspx assembly loading

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 12 Feb 2004 13:56:51 -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=54043

--- shadow/54043	2004-02-12 10:42:26.000000000 -0500
+++ shadow/54043.tmp.5540	2004-02-12 13:56:51.000000000 -0500
@@ -89,6 +89,26 @@
 I guess the intent is to run the program with mono anyway, so the reason
 why the program is run with the MS runtime should be investigated.
 If the intent is to run the program with the MS runtime, the programs
 should be compiled by mcs, making sure it's run by mono.
 
 
+
+------- Additional Comments From liyul@hotmail.com  2004-02-12 13:56 -------
+I actually put comments in and somehow it disappeared. Maybe my update
+of bugzilla failed. //weird
+
+What I added was: Sorry guys, I recompiled 100% mcs with 1.1 profile
+and it then worked fine. Previously I used used the mcs compiled by
+Microsoft csc.
+
+I don't like 1.0 profile since it couldn't be used to compile mcs 1.1
+profile out of cvs. (Besides, Microsoft .net 1.0 runtime was
+short-lived and Microsoft intended to keep 1.1 longer so that people
+were not constantly coding for a moving target. Thus I speculate that
+1.0 profile could be dropped in mono in the future, too. Actually
+build 1.0 profile already needs user to add small #if #else #end to
+compile some of the source files.)
+
+Thanks for looking into it!
+
+