I got this message on this LINE of CODE :
XmlTextReader XTR = new XmlTextReader("D:\\BOTOLA_MyDocument_Projects\\My Documents\\Visual Studio 2005\\Projects\\cs_XML_World\\WA_XML\\JO.xml");
while (XTR.Read);
Error 1 Cannot convert method group 'Read' to non-delegate type 'bool'. Did you intend to invoke the method?