I have created an application that stores my configuration settings using
the ConfigurationSection, ConfigurationElements, and
ConfigurationElementCollection. Due to the complexity of my configuration
(hence the collection piece) I did not try using the settings API. I have
now gotten to the point where I need to worry about deployment and updates.
ClickOnce deployment works great except for the fact that everytime my
application gets updated, the settings will get lost.
Is there a way to use ConfigurationSection along with ClickOnce and get the
settings transferred on an update? Or do I need to investigate another
method of updating or store my settings in another manner?
TIA
Seth