[Mono-bugs] [Bug 54044][Maj] New - 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 13:05:22 -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 13:05:22.000000000 -0500
+++ shadow/54044.tmp.13531	2004-02-08 13:05:22.000000000 -0500
@@ -0,0 +1,44 @@
+Bug#: 54044
+Product: Mono/Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: liyul@hotmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mcs-0.30 compiled exe cannot run under Microsoft .net 1.1
+
+Using mcs to compile Shawna Van Ness's timesetter.cs (actually this
+probably happen with any *.cs). It doesn't run under Microsoft .net runtime
+1.1 probably because that the reference System.dll PublicKeyToken is null
+(thus didn't match). Should have it set to much Microsoft .net 1.0/1.1
+public key token when applicable.
+
+C:\tmp>timesetter
+
+Unhandled Exception: System.IO.FileNotFoundException: File or assembly name
+Syst
+em, or one of its dependencies, was not found.
+File name: "System"
+   at MainModule.Main(String[] args)
+
+=== Pre-bind state information ===
+LOG: DisplayName = System, Version=1.0.5000.0, Culture=neutral,
+PublicKeyToken=n
+ull
+ (Fully-specified)
+LOG: Appbase = C:\tmp\
+LOG: Initial PrivatePath = NULL
+Calling assembly : timesetter, Version=0.0.0.0, Culture=neutral,
+PublicKeyToken=
+null.
+
+...