-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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
Labels
No labels