just,I tried to remove the node from the xml file what i have.But it is showing exception. the below code what i tried.
LoadXmlFile.Element("NewElementName").Remove();
LoadXmlFile.Save(@"D:\yyy_RemoveElement.xml");
It is showing exception like "Exception has been thrown by the target of an invocation."
Elementcall is returning null as no matching node was found, resulting in aNullReferenceException. – Lee Jun 26 '12 at 11:58