The System.
I've got a reference to System.Configuration - and ConfigurationSettings is found no problem - but the type or namespace …
c# .net-3.5 reference configurationmanager system.configurationMy app.config file is as follows: <?xml version="1.0" encoding="utf-8" ?> <configuration> <configSections> <…
c# app-config system.configurationI have an exe with an App.Config file. Now I want to create a wrapper dll around the exe …
c# .net configuration-files appsettings system.configurationI have (hopefully) setup ConfigurationElementCollection of my own design with emails as keys. Now what? Hard to find actually on …
c# system.configuration configurationelement