[Mono-list] ConfigurationErrorsException loading user settings (duplicate key)

Chris Derrick Chris.derrick at storagecraft.com
Mon Feb 11 18:03:34 UTC 2013


I've resolved the issue.  The source of my problem is that some of my
settings had previously been 'user' scoped.  For this reason the config file
located in ~/.local/share/ set them to a default value.  Like all settings
they were also defined in the config file that sits alongside my executable. 
'application' scoped settings should not be defined in multiple locations so
an error was thrown when a "duplicate key" was found.

In the end I was able to resolve the issue by deleting the config file in
~/.local/share/ and allowing it to be replaced by a file that does not
mention the 'application' scoped settings.



--
View this message in context: http://mono.1490590.n4.nabble.com/ConfigurationErrorsException-loading-user-settings-duplicate-key-tp4658540p4658541.html
Sent from the Mono - General mailing list archive at Nabble.com.


More information about the Mono-list mailing list