[Mono-bugs] [Bug 55919][Nor] Changed - Assembly version for references to system assemblies hard coded to 1.0.3300.0

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 26 Mar 2004 07:48:36 -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 sebastien@ximian.com.

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

--- shadow/55919	2004-03-26 02:09:36.000000000 -0500
+++ shadow/55919.tmp.24739	2004-03-26 07:48:36.000000000 -0500
@@ -12,14 +12,20 @@
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Assembly version for references to system assemblies hard coded to 1.0.3300.0
+BugsThisDependsOn: 55563
 
 In resolution_scope_from_image (reflection.c), the major version and build
 number is hard coded to 1 and 3300 for references to system assemblies.
 
 The build version should ofcourse be 5000 for compatibility with .NET 1.1.
 
 However, I wonder if its not possible to just use the version information
 from the referenced assemblies themself ...
+
+------- Additional Comments From sebastien@ximian.com  2004-03-26 07:48 -------
+You are right about the hardcoded references. However assemblies must
+be strongnamed (or at least delay-signed) for the runtime to extract
+this information - hence the dependency to the bug 55563.