[Mono-bugs] [Bug 21397] Changed - ./XmlNodeTextPositionMap.cs(127) error CS246: Cannot find type `XmlNode'
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
16 Mar 2002 18:58:46 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=21397
--- shadow/21397 Thu Mar 7 14:22:06 2002
+++ shadow/21397.tmp.4789 Sat Mar 16 13:58:46 2002
@@ -1,13 +1,13 @@
Bug#: 21397
Product: Mono/MCS
Version: unspecified
OS: Red Hat 7.2
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: storri@cs.wustl.edu
QAContact: mono-bugs@ximian.com
@@ -56,8 +56,16 @@
The resulting errors/warnings are (nant-0.7.749.5625.zip):
src/NAnt/Element.cs(60) error CS246: Cannot find type `XmlNode'
/home/storri/src/mono/install/bin/mcs: line 2: 22781 Segmentation
fault /home/storri/src/mono/install/bin/mono
/home/storri/src/mono/install/bin/mcs.exe $*
+
+
+
+------- Additional Comments From miguel@ximian.com 2002-03-16 13:58 -------
+To compile that code you need to reference the assembly System.XML,
+like this:
+
+mcs -r System.Xml XmlFile.cs