Thanks, are problem was not checking for null, we were getting an exception because there was no object. We fixed this by initializing our objects in the class when we declared them. One of those, “slap yourself in the head”, mistakes.
Is there a efficient way to get the values from the XML with out throwing an "Object not set to an instance of an object" exception, when you have elements that may or may not be there. I know "if" statements would work, but that seems inefficient concerning the size of the xml documents...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.