Thursday, January 2, 2014

Compare two dictionary objects and add missing items from dict-2 to dict-1

Try setting a breakpoint at this line of code and see what is in the XmlToRemove list. Without seeing your XML files I can't tell for sure, but the SelectSingleNode calls may not be finding a node in the XML document and then inserting Nothing into the XmlToRemove list.


- Brady My posts are kept as simple as possible for easier understanding. In many cases you can probably optimize or spruce up what I present. Have fun coding!


No comments:

Post a Comment