2
Answers

Very EASY please !

Ask a question
crest dubua

crest dubua

16y
2.4k
1

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?


Answers (2)