[Mono-bugs] [Bug 44169][Nor] Changed - XML Control doesn't work
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Wed, 4 Jun 2003 22:38:17 -0400 (EDT)
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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=44169
--- shadow/44169 Wed Jun 4 19:42:52 2003
+++ shadow/44169.tmp.18408 Wed Jun 4 22:38:17 2003
@@ -1,14 +1,14 @@
Bug#: 44169
Product: Mono/Class Libraries
Version: unspecified
OS: Red Hat 9.0
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: NOTABUG
+Severity: Unknown
Priority: Normal
Component: System.XML
AssignedTo: mono-bugs@ximian.com
ReportedBy: ljones@lithonia.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -114,6 +114,15 @@
MS .Net
How often does this happen?
always
Additional Information:
+
+------- Additional Comments From gonzalo@ximian.com 2003-06-04 22:38 -------
+The System.MissingMethodException is other story. That's because the
+mono runtime can't locate libxslt.so (unix) or libxslt.dll.
+
+You should install that library and libxml2 in a place where it can be
+found (/etc/ld.so.conf + LD_LIBRARY_PATH on unix, PATH on windows).
+
+