Search code examples
c#winformsproperties.settings

How to add Properties.Settings.Default in c#


I am not able to write "Properties.Settings.Default". It is not coming in the dropdown list. Is there any namespace that we can add?


Solution

  • Add your project namespace to the Properties namespace. The default namespace defined in the project settings.

    For instance if your project default namespace is MyApp.

    MyApp.Properties.Settings.Default