Custom Config Section Property is not a configuration element
问题 I need another set of eyes on this problem. I am getting a ConfigurationErrorsException was unhandled "Property 'exportClientSettings' is not a ConfigurationElement." The exception is thrown when I call ExportClientConfiguration.GetSection(); Here is my code: App.config <configSections> <section name="exportClientConfiguration" type="ClientConversionUtilityBroker.ConfigurationModels.ExportClientPathConfiguration.ExportClientConfiguration, ClientConversionUtilityBroker"/> </configSections>