I have created a custom settings provider to store my application settings in a separate XML file. I've created settings and values through Visual studio (Solution
-> My Project
-> Settings
) and specified my custom provider.
It doesn't seem to be 'used' by the application. I can put breakpoints everywhere in my custom provider, but they are not touched... Am I missing something here? How do I use my custom settings provider?
- Create the provider
- Enter settings + reference to custom provider in VS
- ?