G
Guest
In the following MSDN documentation:
http://msdn2.microsoft.com/en-us/library/system.configuration.applicationsettingsbase(VS.80).aspx
there is an example of using ApplicationSettingsBase. I implemented the code
and it works as expected. However, I want application scoped settings, so I
changed UserScopedSetting to ApplicationScopedSetting. Now, it doesn't work
at all. No app.exe.config file is created and, of course, the settings are
not restored when the app is started subsequently.
What additional steps are required to use
ApplicationScopedSettingAttributes? Thanks!
http://msdn2.microsoft.com/en-us/library/system.configuration.applicationsettingsbase(VS.80).aspx
there is an example of using ApplicationSettingsBase. I implemented the code
and it works as expected. However, I want application scoped settings, so I
changed UserScopedSetting to ApplicationScopedSetting. Now, it doesn't work
at all. No app.exe.config file is created and, of course, the settings are
not restored when the app is started subsequently.
What additional steps are required to use
ApplicationScopedSettingAttributes? Thanks!