I added application settings to the project. These settings are saved in ‘NameOfMyApp.exe.config’. What would happen if somebody were to delete this file? Is it necessary to create it again? Where should I store the values of default settings?
I added application settings to the project. These settings are saved in ‘NameOfMyApp.exe.config’. What
Share
If you are using the settings designer and the generated code (in the Properties namespace) you have defaults in the (generated) code.