settingsprovider Questions
2
Solved
Currentlly the user-settings of my application are stored in this default directory:
C:\Users\{User Name}\AppData\Roaming\{Company Name}\{Assembly Name}.vshos_Url_{Hash}\{Assembly Version}
I'm a...
Orotund asked 18/7, 2016 at 5:56
1
Following this question, I successfully created my custom settings provider in the legacy C# app we are developing. It is referenced via the SettingsProvider attribute:
public sealed class MySettin...
Area asked 1/3, 2013 at 8:24
1
Solved
In a .NET application, if you have specific Settings need, such as storing them in DB, then you could replace LocalFileSettingsProvider with a custom settings provider of your, examples:
Create a ...
Googolplex asked 12/9, 2012 at 23:18
1
© 2022 - 2024 — McMap. All rights reserved.