[Mono-bugs] [Bug 27706][Maj] Changed - library .net <--> mcs incompatiblity
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
16 Aug 2002 14:58:39 -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 Tue Jul 16 08:31:36 2002
+++ shadow/27706.tmp.19870 Fri Aug 16 10:58:39 2002
@@ -4,13 +4,13 @@
OS: unknown
OS Details:
Status: REOPENED
Resolution:
Severity: Unknown
Priority: Major
-Component: CORLIB
+Component: System.XML
AssignedTo: mono-bugs@ximian.com
ReportedBy: groith@tcrz.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
@@ -78,7 +78,18 @@
_xcode=0xe0434f4d
------- Additional Comments From groith@tcrz.net 2002-07-16 08:31 -------
Created an attachment (id=2000)
testcase
+
+
+------- Additional Comments From lupus@ximian.com 2002-08-16 10:58 -------
+A copy of the info I posted to mono-list:
+For some reason the ms runtime can't load the System.Xml assembly.
+There is already a bug filed on this: unlike with the mscorlib and
+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.