[Mono-bugs] [Bug 55919][Nor] New - Assembly version for references to system assemblies hard coded to 1.0.3300.0
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 22 Mar 2004 15:42:35 -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 gert.driesen@pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=55919
--- shadow/55919 2004-03-22 15:42:35.000000000 -0500
+++ shadow/55919.tmp.5501 2004-03-22 15:42:35.000000000 -0500
@@ -0,0 +1,25 @@
+Bug#: 55919
+Product: Mono: Runtime
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+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
+
+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 ...