Hello Martin,
I've only had a quick look at your code, but:
> ConfigurationSectionGroup seccion = config.GetSectionGroup("applicationSettings");
> if(seccion != null)
> {
> ClientSettingsSection secPropertiesSettings = seccion.Sections["MovilGesNet.Properties.Settings"] as ClientSettingsSection;
I'm not sure if this results in anything. I think the section might be of
type DefaultSection under these circumstances. Are you sure the following
block of code is actually executed in your app? Maybe you're not really
making any changes after all.
> if(secPropertiesSettings != null)
> {
> ...
> }
Oliver Sturm
--
http://www.sturmnet.org/blog