Loading AppSettings from a given path  
Author Message
krisg1984





PostPosted: Visual C# General, Loading AppSettings from a given path Top

Hi, it seems as if classes derived from ApplicationSettingsBase always load from the same path (Application Data under the user's profile directory).

I was trying to add a feature to my application that would allow the user to import some of the app settings from a given file and so merge these settings in with the ones loaded from the profile directory.

Could someone please clarify if this is possible with the ApplicationSettingsBase class.

Thanks
Kris



Visual C#7