Hello all,
Do anyone have any idea of what this Exception in occuring when i try to remove the elements in XML using XmlNodeList.
It occurs in following section :
XmlNodeList nodeLst = xmlDoc.GetElementsByTagName("FileName");
foreach (XmlNode node [B]in[/B] nodeLst)
{
//code
}
Pl help ???