I am trying to loop through an xml file and I am getting the error message in the title. It also says to use the "new" keyword to create an object. The error occurs on the line with 'string username = d.ChildNodes[1].InnerText; Code Snippet: 1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14...