The failure is coming from: root.SelectSingleNode("my:myFields/my:eName", NamespaceManager).Value.ToString()
The failure is that the node is invalid. Are you sure that it is "eName" and not just "Name"?
Otherwise, I suggest looking at an XML dump of the form causing the issue to see if the field is actually there.
If the field is there, then make sure NamespaceManager handles the "my" namespace for "root" (which ti should if "root" is the main data source).
Greg Collins / Microsoft MVPQdabra® Software / Streamline data gathering to turn process into knowledge