dseaver
IS-IT--Management
- Jul 13, 2006
- 467
I added two xml files to a resource file called Settings.xml, since I don't plan on changing the XML files and don't want to depend on the user having them. I used to access the file via XmlDocument.Load(). I can't find for the life of me how to be able to read these resources in XmlDocument. For examples, files are named FileA.xml and FileB.xml. I know that I can go to MyProject.Settings.FileA, but I can load them into the XmlDocument. Thanks in advance