Custom SettingsProvider

  • Thread starter Thread starter rgreene
  • Start date Start date
R

rgreene

Am using VS.Net 2005 beta 2 and trying to implement a custom
SettingsProvider class called CustomProvider. Have implemented the
methods ApplicationName, Name, GetPropertyValues, SetPropertyValues and
Initialize, but when I decorate the Settings class with the custom
provider the first call to retrieve one of the settings throws a
ConfigurationErrorsException indicating "Failed to load provider type:
CustomProvider".

Are custom SettingsProviders supported in beta 2 with C#? If so, any
hints or links for implementing them would be appreciated.

Thanks in advance...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top