Skip to content

Settings file is not created #8

@FloxRoxX

Description

@FloxRoxX

Hi,
i tried to use your nuGet pakage.
Iam on Visual Studio 2019 with a Windows Forms App on .NET 4.5.

I added
PortableJsonSettingsProvider.SettingsFileName = "settings.config";
PortableJsonSettingsProvider.ApplyProvider(Properties.Settings.Default);

to my Main() class, created 3 settings and tried to change them via code. I noticed that the settings.config file will not be created in the applications folder.
Conclusion it cannot be used to change the settings in the app folder...
I dont get any errors... it just wont work...

I tried both, your XML classic version and the new json version... nothing works

Any help would be appreciated :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions