seabaz2000
IS-IT--Management
Hi
I keep getting the error "Object Reference not set to an instant of the object" with the following piece of code
not quite sure what is wrong with it.
Regards
I keep getting the error "Object Reference not set to an instant of the object" with the following piece of code
Code:
XmlNode model = modelDoc.SelectSingleNode(strXPath);
strName = (string)model.Attributes["name"].Value;
not quite sure what is wrong with it.
Regards