I have two assemblies in my application. MyApplication.BO and MyApplication.GUI. I have configured property-settings for my BO assembly.
I need to give the user the ability to change application settings, in this case the location for the application database.I noticed that Application Settings are 开发者_高级运维read only at run time,
I develop a desktop application that will be installed in few stations in the local network, I want the *.settings to fetch the settings from the DB when the program loads, the save it on SaveChanges.
I want to allow the user to enter a valid date using the iPhone’s settings application. I have experimented with many of the PreferenceSpecifiers data node types includi开发者_StackOverflow社区ng da
I have read a lot of statements like \"you shouldn\'t clog your app.config file with custom settings\". However, I was under the impression that this was exactly the purpose of the file?