question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Question: Saving user settings to LocalSharedFolder

See original GitHub issue

This is not an issue ,

I’m using SettingsService, but how can I save user settings to LocalSharedFolder? _appSettings = new MyAppSettings(SettingsService.Create(SettingsStrategies.Local, nameof(MyAppSettings))); that interface settings have bool , string , int , etc. it stores the settings of my app , and it is stored in : C:\Users%username%\AppData\Local\Packages\AppPackage\Settings\settings.dat

I want it to save in the app SharedFolder , how can i create my settings to my SharedFolder location?

NOTE: I want all machine users to have same settings on my app , there is a a thread how to do that , and I was able to do it on my db , different users shares one/same db , but not settings ,thread: https://blogs.msdn.microsoft.com/notime/2016/03/04/sharing-data-between-users-of-a-universal-app/

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:19 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
mvermefcommented, Mar 9, 2017

@NicoTiing working on a rough attempt…

1reaction
mvermefcommented, Mar 16, 2017

It’s such an extreme use case and I haven’t really looked at much past the initial comment. Reason it isn’t something I would ever entertain

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to save user.config to AppData\Roaming folder ...
I stumbled on this now... As far as I know, it should be that you should put: [global::System.Configuration.SettingsManageability(System.
Read more >
Saving and restoring existing Windows shares
On the existing Windows installation that contains the share names and permissions that you want to save, start Registry Editor (Regedt32.exe).
Read more >
Unable to access shared folder without user name and ...
I was able to share a folder in local network without asking for credentials in windows 7 and 8. This we use to...
Read more >
Restrict Users to Store Data in Local Drive, Desktop ...
Create a Group Policy Object, go to Computer Configuration > Policy > Windows Settings > Security Settings > File System · Right click...
Read more >
User can't save to network folder with full permissions
All users can read the folder. I just edited the folder and gave her full permissions, and yet she can't save or make...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found