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?
crest dubuaPosted May 20, 2008, 6:00 AM
thanks
KiranPosted May 19, 2008, 4:18 PM
Try adding braces like XTR.Read().
HTH.