The .NET Compact Framework does not offer the built in capability to access the App.Config settings file like the full framework does. This post: http://www.eggheadcafe.com/articles/dotnetcompactframework_app_config.asp shows how to load the config file as an XmlDocument and get a NameValueCollection from it.
↧