R
Rob
The app.config in VB 2005 appears to be riddled with bugs....
From solution explorer I right click on the Project | Properties... then I
use the grid to add the app settings... AND they are saved in the
app.config.xml as well, however, the program uses the value that were
originally stored in the settings.
I have run the Build and Saved the file, I even exited and re-opened the
program as well as rebooted the machine.
I have no idea where it is getting the original values from, however, when I
double click on the app.config I get many messages stating that it "Could
not find schema information for this element or that attribute". Could the
xsd be corrupt ? How to fix ?
I am about to give up on using the app.config... is my only other option to
store the connections as Public variables in a startup routine ?
From solution explorer I right click on the Project | Properties... then I
use the grid to add the app settings... AND they are saved in the
app.config.xml as well, however, the program uses the value that were
originally stored in the settings.
I have run the Build and Saved the file, I even exited and re-opened the
program as well as rebooted the machine.
I have no idea where it is getting the original values from, however, when I
double click on the app.config I get many messages stating that it "Could
not find schema information for this element or that attribute". Could the
xsd be corrupt ? How to fix ?
I am about to give up on using the app.config... is my only other option to
store the connections as Public variables in a startup routine ?