Problem with Parsing contents from .XML file when file is being read
When I debug my program, everything such as my id and name contents within the file gets read but my route details contents comes up as null, here is my .xml file contents, and here is my code, also i have checked it is in correct location, its not malformed, etc. Everything is parsed and gets read but just my route details during the line: theBus.RouteDetails = xmlBus["Route_Details"].InnerText, when I debug it shows as null whereas the others are being read fine.
2 Replies