Hello. I'm tasked with changing an existing VB.NET 2003 Windows application. (I've coded only a little .NET, lots of VB6.)
I need to change the configurations, not only the properties of the existing configurable items, but also to add more configurable items.
This app gets its configurations from an XML Document, not the app.config file that I'm becoming familiar with.
I've changed the XML doc and saved it, but the app does not read the changes when I step through it -- it reads the original values. It is as if the app is reading from a different document.
For the life of me, I have not found the answer in my .NET books or on line. I've searched all over the app itself and in the help files. I still have not found the answer.
Can anyone point the way? Thanks!
I need to change the configurations, not only the properties of the existing configurable items, but also to add more configurable items.
This app gets its configurations from an XML Document, not the app.config file that I'm becoming familiar with.
I've changed the XML doc and saved it, but the app does not read the changes when I step through it -- it reads the original values. It is as if the app is reading from a different document.
For the life of me, I have not found the answer in my .NET books or on line. I've searched all over the app itself and in the help files. I still have not found the answer.
Can anyone point the way? Thanks!