[Mono-bugs] [Bug 27706][Maj] Changed - library .net <--> mcs incompatiblity

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
18 Nov 2002 15:36:44 -0000


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 lupus@ximian.com.

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

--- shadow/27706	Fri Aug 16 10:58:39 2002
+++ shadow/27706.tmp.11898	Mon Nov 18 10:36:44 2002
@@ -1,13 +1,13 @@
 Bug#: 27706
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Major
 Component: System.XML
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: groith@tcrz.net               
 QAContact: mono-bugs@ximian.com
@@ -90,6 +90,10 @@
 System assemblies, the ms assembly loader checks the version and
 publictoken fields in a System.Xml assemblyref and since we set them to
 0 (or null), the load fails.
 You can avoid the problem by distributing the mono System.Xml
 in the same dir as the application.
 
+
+------- Additional Comments From lupus@ximian.com  2002-11-18 10:36 -------
+Fixed in cvs. We now set a publickey and version in referenced
+assemblies that is understood by the ms runtime.