File: artifacts\obj\System.Configuration.ConfigurationManager\Debug\net10.0\System.SR.cs
Project: src\src\libraries\System.Configuration.ConfigurationManager\src\System.Configuration.ConfigurationManager.csproj (System.Configuration.ConfigurationManager)
// <auto-generated>
using System.Reflection;
 
namespace FxResources.System.Configuration.ConfigurationManager
{
    internal static class SR { }
}
namespace System
{
    internal static partial class SR
    {
        private static global::System.Resources.ResourceManager s_resourceManager;
        internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(FxResources.System.Configuration.ConfigurationManager.SR)));
 
        /// <summary>The parameter '{0}' is invalid.</summary>
        internal static string @Parameter_Invalid => GetResourceString("Parameter_Invalid", @"The parameter '{0}' is invalid.");
        /// <summary>The string parameter '{0}' cannot be null or empty.</summary>
        internal static string @Parameter_NullOrEmpty => GetResourceString("Parameter_NullOrEmpty", @"The string parameter '{0}' cannot be null or empty.");
        /// <summary>The value assigned to property '{0}' cannot be null or empty.</summary>
        internal static string @Property_NullOrEmpty => GetResourceString("Property_NullOrEmpty", @"The value assigned to property '{0}' cannot be null or empty.");
        /// <summary>The value assigned to property '{0}' is invalid.</summary>
        internal static string @Property_Invalid => GetResourceString("Property_Invalid", @"The value assigned to property '{0}' is invalid.");
        /// <summary>An unexpected error occurred in '{0}'.</summary>
        internal static string @Unexpected_Error => GetResourceString("Unexpected_Error", @"An unexpected error occurred in '{0}'.");
        /// <summary>{0}: {1}</summary>
        internal static string @Wrapped_exception_message => GetResourceString("Wrapped_exception_message", @"{0}: {1}");
        /// <summary>An error occurred loading a configuration file</summary>
        internal static string @Config_error_loading_XML_file => GetResourceString("Config_error_loading_XML_file", @"An error occurred loading a configuration file");
        /// <summary>An error occurred creating the configuration section handler for {0}</summary>
        internal static string @Config_exception_creating_section_handler => GetResourceString("Config_exception_creating_section_handler", @"An error occurred creating the configuration section handler for {0}");
        /// <summary>An error occurred creating the configuration section for {0}</summary>
        internal static string @Config_exception_creating_section => GetResourceString("Config_exception_creating_section", @"An error occurred creating the configuration section for {0}");
        /// <summary>Invalid format for a section or section group name</summary>
        internal static string @Config_tag_name_invalid => GetResourceString("Config_tag_name_invalid", @"Invalid format for a section or section group name");
        /// <summary>Cannot add a ConfigurationSection that already belongs to the Configuration.</summary>
        internal static string @Config_add_configurationsection_already_added => GetResourceString("Config_add_configurationsection_already_added", @"Cannot add a ConfigurationSection that already belongs to the Configuration.");
        /// <summary>Cannot add a ConfigurationSection with the same name that already exists.</summary>
        internal static string @Config_add_configurationsection_already_exists => GetResourceString("Config_add_configurationsection_already_exists", @"Cannot add a ConfigurationSection with the same name that already exists.");
        /// <summary>Cannot add a ConfigurationSection to a Configuration with a location.</summary>
        internal static string @Config_add_configurationsection_in_location_config => GetResourceString("Config_add_configurationsection_in_location_config", @"Cannot add a ConfigurationSection to a Configuration with a location.");
        /// <summary>Cannot add a ConfigurationSectionGroup that already belongs to the Configuration.</summary>
        internal static string @Config_add_configurationsectiongroup_already_added => GetResourceString("Config_add_configurationsectiongroup_already_added", @"Cannot add a ConfigurationSectionGroup that already belongs to the Configuration.");
        /// <summary>Cannot add a ConfigurationSectionGroup with the same name that already exists.</summary>
        internal static string @Config_add_configurationsectiongroup_already_exists => GetResourceString("Config_add_configurationsectiongroup_already_exists", @"Cannot add a ConfigurationSectionGroup with the same name that already exists.");
        /// <summary>Cannot add a ConfigurationSectionGroup to a Configuration with a location.</summary>
        internal static string @Config_add_configurationsectiongroup_in_location_config => GetResourceString("Config_add_configurationsectiongroup_in_location_config", @"Cannot add a ConfigurationSectionGroup to a Configuration with a location.");
        /// <summary>It is an error to use a section registered as allowExeDefinition='MachineToApplication' beyond the application, in the user's config.  (This is the default behavior if not specified)</summary>
        internal static string @Config_allow_exedefinition_error_application => GetResourceString("Config_allow_exedefinition_error_application", @"It is an error to use a section registered as allowExeDefinition='MachineToApplication' beyond the application, in the user's config.  (This is the default behavior if not specified)");
        /// <summary>It is an error to use a section registered as allowExeDefinition='MachineOnly' beyond machine.config.</summary>
        internal static string @Config_allow_exedefinition_error_machine => GetResourceString("Config_allow_exedefinition_error_machine", @"It is an error to use a section registered as allowExeDefinition='MachineOnly' beyond machine.config.");
        /// <summary>It is an error to use a section registered as allowExeDefinition='MachineToRoamingUser' beyond the roaming user config, in the local user config.</summary>
        internal static string @Config_allow_exedefinition_error_roaminguser => GetResourceString("Config_allow_exedefinition_error_roaminguser", @"It is an error to use a section registered as allowExeDefinition='MachineToRoamingUser' beyond the roaming user config, in the local user config.");
        /// <summary>The configuration section 'appSettings' has an unexpected declaration.</summary>
        internal static string @Config_appsettings_declaration_invalid => GetResourceString("Config_appsettings_declaration_invalid", @"The configuration section 'appSettings' has an unexpected declaration.");
        /// <summary>The attribute '{0}' has been locked in a higher level configuration.</summary>
        internal static string @Config_base_attribute_locked => GetResourceString("Config_base_attribute_locked", @"The attribute '{0}' has been locked in a higher level configuration.");
        /// <summary>A collection item has been locked in a higher level configuration. The collection may not be cleared.</summary>
        internal static string @Config_base_collection_item_locked_cannot_clear => GetResourceString("Config_base_collection_item_locked_cannot_clear", @"A collection item has been locked in a higher level configuration. The collection may not be cleared.");
        /// <summary>The collection item has been locked in a higher level configuration and may not be changed.</summary>
        internal static string @Config_base_collection_item_locked => GetResourceString("Config_base_collection_item_locked", @"The collection item has been locked in a higher level configuration and may not be changed.");
        /// <summary>This collection does not permit items to be added in or above the inherited items.</summary>
        internal static string @Config_base_cannot_add_items_above_inherited_items => GetResourceString("Config_base_cannot_add_items_above_inherited_items", @"This collection does not permit items to be added in or above the inherited items.");
        /// <summary>This collection does not permit items to be added in or below the inherited items.</summary>
        internal static string @Config_base_cannot_add_items_below_inherited_items => GetResourceString("Config_base_cannot_add_items_below_inherited_items", @"This collection does not permit items to be added in or below the inherited items.");
        /// <summary>Inherited items may not be removed.</summary>
        internal static string @Config_base_cannot_remove_inherited_items => GetResourceString("Config_base_cannot_remove_inherited_items", @"Inherited items may not be removed.");
        /// <summary>Elements of this collection may not be removed.</summary>
        internal static string @Config_base_collection_elements_may_not_be_removed => GetResourceString("Config_base_collection_elements_may_not_be_removed", @"Elements of this collection may not be removed.");
        /// <summary>The entry '{0}' has already been added.</summary>
        internal static string @Config_base_collection_entry_already_exists => GetResourceString("Config_base_collection_entry_already_exists", @"The entry '{0}' has already been added.");
        /// <summary>Entry already removed.</summary>
        internal static string @Config_base_collection_entry_already_removed => GetResourceString("Config_base_collection_entry_already_removed", @"Entry already removed.");
        /// <summary>The entry '{0}' is not in the collection.</summary>
        internal static string @Config_base_collection_entry_not_found => GetResourceString("Config_base_collection_entry_not_found", @"The entry '{0}' is not in the collection.");
        /// <summary>The element &lt;{0}&gt; may only appear once in this section.</summary>
        internal static string @Config_base_element_cannot_have_multiple_child_elements => GetResourceString("Config_base_element_cannot_have_multiple_child_elements", @"The element <{0}> may only appear once in this section.");
        /// <summary>The element '{0}' has been locked in a higher level configuration.</summary>
        internal static string @Config_base_element_locked => GetResourceString("Config_base_element_locked", @"The element '{0}' has been locked in a higher level configuration.");
        /// <summary>Expected to find an element.</summary>
        internal static string @Config_base_expected_to_find_element => GetResourceString("Config_base_expected_to_find_element", @"Expected to find an element.");
        /// <summary>The attribute '{0}' is not valid in the locked list for this section. The following attributes can be locked: {1}. Multiple attributes may be listed separated by commas.</summary>
        internal static string @Config_base_invalid_attribute_to_lock => GetResourceString("Config_base_invalid_attribute_to_lock", @"The attribute '{0}' is not valid in the locked list for this section. The following attributes can be locked: {1}. Multiple attributes may be listed separated by commas.");
        /// <summary>The attribute '{0}' is not valid in the locked list for this section. The following attributes can be locked: {1}.</summary>
        internal static string @Config_base_invalid_attribute_to_lock_by_add => GetResourceString("Config_base_invalid_attribute_to_lock_by_add", @"The attribute '{0}' is not valid in the locked list for this section. The following attributes can be locked: {1}.");
        /// <summary>Invalid key value.</summary>
        internal static string @Config_base_invalid_element_key => GetResourceString("Config_base_invalid_element_key", @"Invalid key value.");
        /// <summary>The element '{0}' is not valid in the locked list for this section. The following elements can be locked: {1}. Multiple elements may be listed separated by commas.</summary>
        internal static string @Config_base_invalid_element_to_lock => GetResourceString("Config_base_invalid_element_to_lock", @"The element '{0}' is not valid in the locked list for this section. The following elements can be locked: {1}. Multiple elements may be listed separated by commas.");
        /// <summary>The element '{0}' is not valid in the locked list for this section. The following elements can be locked: {1}.</summary>
        internal static string @Config_base_invalid_element_to_lock_by_add => GetResourceString("Config_base_invalid_element_to_lock_by_add", @"The element '{0}' is not valid in the locked list for this section. The following elements can be locked: {1}.");
        /// <summary>Property '{0}' is not a ConfigurationElement.</summary>
        internal static string @Config_base_property_is_not_a_configuration_element => GetResourceString("Config_base_property_is_not_a_configuration_element", @"Property '{0}' is not a ConfigurationElement.");
        /// <summary>The configuration is read only.</summary>
        internal static string @Config_base_read_only => GetResourceString("Config_base_read_only", @"The configuration is read only.");
        /// <summary>The attribute '{0}' is required and is locked at a higher level configuration. The configuration with the lock should lock the entire element if it needs to lock required attributes.</summary>
        internal static string @Config_base_required_attribute_locked => GetResourceString("Config_base_required_attribute_locked", @"The attribute '{0}' is required and is locked at a higher level configuration. The configuration with the lock should lock the entire element if it needs to lock required attributes.");
        /// <summary>The attribute '{0}' is required and cannot be locked. The configuration should lock the entire element if it needs to lock required attributes.</summary>
        internal static string @Config_base_required_attribute_lock_attempt => GetResourceString("Config_base_required_attribute_lock_attempt", @"The attribute '{0}' is required and cannot be locked. The configuration should lock the entire element if it needs to lock required attributes.");
        /// <summary>Required attribute '{0}' not found.</summary>
        internal static string @Config_base_required_attribute_missing => GetResourceString("Config_base_required_attribute_missing", @"Required attribute '{0}' not found.");
        /// <summary>The configuration section cannot contain a CDATA or text element.</summary>
        internal static string @Config_base_section_invalid_content => GetResourceString("Config_base_section_invalid_content", @"The configuration section cannot contain a CDATA or text element.");
        /// <summary>Unrecognized attribute '{0}'. Note that attribute names are case-sensitive.</summary>
        internal static string @Config_base_unrecognized_attribute => GetResourceString("Config_base_unrecognized_attribute", @"Unrecognized attribute '{0}'. Note that attribute names are case-sensitive.");
        /// <summary>Unrecognized element.</summary>
        internal static string @Config_base_unrecognized_element => GetResourceString("Config_base_unrecognized_element", @"Unrecognized element.");
        /// <summary>Unrecognized element '{0}'.</summary>
        internal static string @Config_base_unrecognized_element_name => GetResourceString("Config_base_unrecognized_element_name", @"Unrecognized element '{0}'.");
        /// <summary>The value may not contain the '{0}' character.</summary>
        internal static string @Config_base_value_cannot_contain => GetResourceString("Config_base_value_cannot_contain", @"The value may not contain the '{0}' character.");
        /// <summary>ConfigurationSection properties for a &lt;section&gt; declaration cannot be edited in a Configuration with a location.</summary>
        internal static string @Config_cannot_edit_configurationsection_in_location_config => GetResourceString("Config_cannot_edit_configurationsection_in_location_config", @"ConfigurationSection properties for a <section> declaration cannot be edited in a Configuration with a location.");
        /// <summary>ConfigurationSection properties can not be edited for the parent section of another section (ie. a section retrieved by calling GetParentSection on a section)</summary>
        internal static string @Config_cannot_edit_configurationsection_parentsection => GetResourceString("Config_cannot_edit_configurationsection_parentsection", @"ConfigurationSection properties can not be edited for the parent section of another section (ie. a section retrieved by calling GetParentSection on a section)");
        /// <summary>ConfigurationSection properties for a location section cannot be edited when allowLocation=false.</summary>
        internal static string @Config_cannot_edit_configurationsection_when_location_locked => GetResourceString("Config_cannot_edit_configurationsection_when_location_locked", @"ConfigurationSection properties for a location section cannot be edited when allowLocation=false.");
        /// <summary>ConfigurationSection properties cannot be edited when locked.</summary>
        internal static string @Config_cannot_edit_configurationsection_when_locked => GetResourceString("Config_cannot_edit_configurationsection_when_locked", @"ConfigurationSection properties cannot be edited when locked.");
        /// <summary>ConfigurationSection cannot be edited before being added to a section group belonging to an instance of class Configuration.</summary>
        internal static string @Config_cannot_edit_configurationsection_when_not_attached => GetResourceString("Config_cannot_edit_configurationsection_when_not_attached", @"ConfigurationSection cannot be edited before being added to a section group belonging to an instance of class Configuration.");
        /// <summary>ConfigurationSection cannot be edited because it is a built-in section.</summary>
        internal static string @Config_cannot_edit_configurationsection_when_it_is_implicit => GetResourceString("Config_cannot_edit_configurationsection_when_it_is_implicit", @"ConfigurationSection cannot be edited because it is a built-in section.");
        /// <summary>ConfigurationSection cannot be edited because it is not declared.</summary>
        internal static string @Config_cannot_edit_configurationsection_when_it_is_undeclared => GetResourceString("Config_cannot_edit_configurationsection_when_it_is_undeclared", @"ConfigurationSection cannot be edited because it is not declared.");
        /// <summary>ConfigurationSectionGroup properties for a &lt;sectionGroup&gt; declaration cannot be edited in a Configuration with a location.</summary>
        internal static string @Config_cannot_edit_configurationsectiongroup_in_location_config => GetResourceString("Config_cannot_edit_configurationsectiongroup_in_location_config", @"ConfigurationSectionGroup properties for a <sectionGroup> declaration cannot be edited in a Configuration with a location.");
        /// <summary>ConfigurationSectionGroup cannot be edited before being added to a section group belonging to an instance of class Configuration.</summary>
        internal static string @Config_cannot_edit_configurationsectiongroup_when_not_attached => GetResourceString("Config_cannot_edit_configurationsectiongroup_when_not_attached", @"ConfigurationSectionGroup cannot be edited before being added to a section group belonging to an instance of class Configuration.");
        /// <summary>AllowOverride and InheritInChildApplications can not be set in the exe configuration, these settings have no meaning there.</summary>
        internal static string @Config_cannot_edit_locationattriubtes => GetResourceString("Config_cannot_edit_locationattriubtes", @"AllowOverride and InheritInChildApplications can not be set in the exe configuration, these settings have no meaning there.");
        /// <summary>Unable to open configSource file '{0}'.</summary>
        internal static string @Config_cannot_open_config_source => GetResourceString("Config_cannot_open_config_source", @"Unable to open configSource file '{0}'.");
        /// <summary>Configuration system failed to initialize</summary>
        internal static string @Config_client_config_init_error => GetResourceString("Config_client_config_init_error", @"Configuration system failed to initialize");
        /// <summary>Only one &lt;configSections&gt; element allowed per config file and if present must be the first child of the root &lt;configuration&gt; element.</summary>
        internal static string @Config_client_config_too_many_configsections_elements => GetResourceString("Config_client_config_too_many_configsections_elements", @"Only one <configSections> element allowed per config file and if present must be the first child of the root <configuration> element.");
        /// <summary>exePath must be specified when not running inside a stand alone exe.</summary>
        internal static string @Config_configmanager_open_noexe => GetResourceString("Config_configmanager_open_noexe", @"exePath must be specified when not running inside a stand alone exe.");
        /// <summary>This is not valid for the parent section of another section (ie. a section retrieved by calling GetParentSection on a section)</summary>
        internal static string @Config_configsection_parentnotvalid => GetResourceString("Config_configsection_parentnotvalid", @"This is not valid for the parent section of another section (ie. a section retrieved by calling GetParentSection on a section)");
        /// <summary>The configuration section 'connectionStrings' has an unexpected declaration.</summary>
        internal static string @Config_connectionstrings_declaration_invalid => GetResourceString("Config_connectionstrings_declaration_invalid", @"The configuration section 'connectionStrings' has an unexpected declaration.");
        /// <summary>Data read count is not equal to data available.</summary>
        internal static string @Config_data_read_count_mismatch => GetResourceString("Config_data_read_count_mismatch", @"Data read count is not equal to data available.");
        /// <summary>This element is not currently associated with any context</summary>
        internal static string @Config_element_no_context => GetResourceString("Config_element_no_context", @"This element is not currently associated with any context");
        /// <summary>The '{0}' attribute cannot be an empty string. {1}="*" may be used to lock all attributes.</summary>
        internal static string @Config_empty_lock_attributes_except => GetResourceString("Config_empty_lock_attributes_except", @"The '{0}' attribute cannot be an empty string. {1}=""*"" may be used to lock all attributes.");
        /// <summary>The '{0}' attribute cannot be an empty string. {1}="*" may be used to lock all elements.</summary>
        internal static string @Config_empty_lock_element_except => GetResourceString("Config_empty_lock_element_except", @"The '{0}' attribute cannot be an empty string. {1}=""*"" may be used to lock all elements.");
        /// <summary>An error occurred executing the configuration section handler for {0}.</summary>
        internal static string @Config_exception_in_config_section_handler => GetResourceString("Config_exception_in_config_section_handler", @"An error occurred executing the configuration section handler for {0}.");
        /// <summary>Configuration file {0} does not have root &lt;configuration&gt; tag</summary>
        internal static string @Config_file_doesnt_have_root_configuration => GetResourceString("Config_file_doesnt_have_root_configuration", @"Configuration file {0} does not have root <configuration> tag");
        /// <summary>The configuration file has been changed by another program.</summary>
        internal static string @Config_file_has_changed => GetResourceString("Config_file_has_changed", @"The configuration file has been changed by another program.");
        /// <summary>GetParentSection can only be applied to ConfigurationSections from the first instance of a Configuration.</summary>
        internal static string @Config_getparentconfigurationsection_first_instance => GetResourceString("Config_getparentconfigurationsection_first_instance", @"GetParentSection can only be applied to ConfigurationSections from the first instance of a Configuration.");
        /// <summary>Error in configuration section "{0}": AllowLocation is false and either AllowOverride or InheritInChildApplications is true.</summary>
        internal static string @Config_inconsistent_location_attributes => GetResourceString("Config_inconsistent_location_attributes", @"Error in configuration section ""{0}"": AllowLocation is false and either AllowOverride or InheritInChildApplications is true.");
        /// <summary>Unable to open file '{0}' for writing because it is read-only or hidden.</summary>
        internal static string @Config_invalid_attributes_for_write => GetResourceString("Config_invalid_attributes_for_write", @"Unable to open file '{0}' for writing because it is read-only or hidden.");
        /// <summary>The property '{0}' must have value 'true' or 'false'.</summary>
        internal static string @Config_invalid_boolean_attribute => GetResourceString("Config_invalid_boolean_attribute", @"The property '{0}' must have value 'true' or 'false'.");
        /// <summary>Invalid node type.</summary>
        internal static string @Config_invalid_node_type => GetResourceString("Config_invalid_node_type", @"Invalid node type.");
        /// <summary>&lt;location&gt; sections are allowed only within &lt;configuration&gt; sections.</summary>
        internal static string @Config_location_location_not_allowed => GetResourceString("Config_location_location_not_allowed", @"<location> sections are allowed only within <configuration> sections.");
        /// <summary>&lt;location&gt; path attribute must be a relative virtual path.  It cannot contain any of '?' ':' '\\' '*' '"' '&lt;' '&gt;' or '|'.</summary>
        internal static string @Config_location_path_invalid_character => GetResourceString("Config_location_path_invalid_character", @"<location> path attribute must be a relative virtual path.  It cannot contain any of '?' ':' '\\' '*' '""' '<' '>' or '|'.");
        /// <summary>&lt;location&gt; path attribute must be a relative virtual path.  It cannot start with any of ' ' '.' '/' or '\\'.</summary>
        internal static string @Config_location_path_invalid_first_character => GetResourceString("Config_location_path_invalid_first_character", @"<location> path attribute must be a relative virtual path.  It cannot start with any of ' ' '.' '/' or '\\'.");
        /// <summary>&lt;location&gt; path attribute must be a relative virtual path.  It cannot end with any of ' ' '.' '/' or '\\'.</summary>
        internal static string @Config_location_path_invalid_last_character => GetResourceString("Config_location_path_invalid_last_character", @"<location> path attribute must be a relative virtual path.  It cannot end with any of ' ' '.' '/' or '\\'.");
        /// <summary>The '{0}' attribute must be specified on the '{1}' tag.</summary>
        internal static string @Config_missing_required_attribute => GetResourceString("Config_missing_required_attribute", @"The '{0}' attribute must be specified on the '{1}' tag.");
        /// <summary>More data than expected.</summary>
        internal static string @Config_more_data_than_expected => GetResourceString("Config_more_data_than_expected", @"More data than expected.");
        /// <summary>The root element must match the name of the section referencing the file, '{0}'</summary>
        internal static string @Config_name_value_file_section_file_invalid_root => GetResourceString("Config_name_value_file_section_file_invalid_root", @"The root element must match the name of the section referencing the file, '{0}'");
        /// <summary>Namespace of '{0}' on configuration element is invalid, only '{1}' is valid.</summary>
        internal static string @Config_namespace_invalid => GetResourceString("Config_namespace_invalid", @"Namespace of '{0}' on configuration element is invalid, only '{1}' is valid.");
        /// <summary>A configuration file cannot be created for the requested Configuration object.</summary>
        internal static string @Config_no_stream_to_write => GetResourceString("Config_no_stream_to_write", @"A configuration file cannot be created for the requested Configuration object.");
        /// <summary>This configuration section cannot be encrypted.</summary>
        internal static string @Config_not_allowed_to_encrypt_this_section => GetResourceString("Config_not_allowed_to_encrypt_this_section", @"This configuration section cannot be encrypted.");
        /// <summary>Configuration section handler returned a null object.</summary>
        internal static string @Config_object_is_null => GetResourceString("Config_object_is_null", @"Configuration section handler returned a null object.");
        /// <summary>This operation does not apply at runtime.</summary>
        internal static string @Config_operation_not_runtime => GetResourceString("Config_operation_not_runtime", @"This operation does not apply at runtime.");
        /// <summary>The Configuration property '{0}' may not be derived from ConfigurationSection.</summary>
        internal static string @Config_properties_may_not_be_derived_from_configuration_section => GetResourceString("Config_properties_may_not_be_derived_from_configuration_section", @"The Configuration property '{0}' may not be derived from ConfigurationSection.");
        /// <summary>Provider must implement the class '{0}'.</summary>
        internal static string @Config_provider_must_implement_type => GetResourceString("Config_provider_must_implement_type", @"Provider must implement the class '{0}'.");
        /// <summary>The RootSectionGroup cannot be edited</summary>
        internal static string @Config_root_section_group_cannot_be_edited => GetResourceString("Config_root_section_group_cannot_be_edited", @"The RootSectionGroup cannot be edited");
        /// <summary>The 'allowDefinition' attribute must be one of the following values: Everywhere, MachineOnly, MachineToWebRoot, MachineToApplication.</summary>
        internal static string @Config_section_allow_definition_attribute_invalid => GetResourceString("Config_section_allow_definition_attribute_invalid", @"The 'allowDefinition' attribute must be one of the following values: Everywhere, MachineOnly, MachineToWebRoot, MachineToApplication.");
        /// <summary>The 'allowExeDefinition' attribute must be one of the following values: MachineOnly, MachineToApplication, MachineToRoamingUser, MachineToLocalUser.</summary>
        internal static string @Config_section_allow_exe_definition_attribute_invalid => GetResourceString("Config_section_allow_exe_definition_attribute_invalid", @"The 'allowExeDefinition' attribute must be one of the following values: MachineOnly, MachineToApplication, MachineToRoamingUser, MachineToLocalUser.");
        /// <summary>This section is not allowed in &lt;location&gt; elements.  This section has been marked allowLocation="false".</summary>
        internal static string @Config_section_cannot_be_used_in_location => GetResourceString("Config_section_cannot_be_used_in_location", @"This section is not allowed in <location> elements.  This section has been marked allowLocation=""false"".");
        /// <summary>This configuration section cannot be used at this path.  This happens when the site administrator has locked access to this section using &lt;location allowOverride="false"&gt; from an inherited configuration file.</summary>
        internal static string @Config_section_locked => GetResourceString("Config_section_locked", @"This configuration section cannot be used at this path.  This happens when the site administrator has locked access to this section using <location allowOverride=""false""> from an inherited configuration file.");
        /// <summary>Sections must only appear once per config file.  See the help topic &lt;location&gt; for exceptions.</summary>
        internal static string @Config_sections_must_be_unique => GetResourceString("Config_sections_must_be_unique", @"Sections must only appear once per config file.  See the help topic <location> for exceptions.");
        /// <summary>The configSource file '{0}' can only be used by one type of section, and may not be the same as the configuration file.</summary>
        internal static string @Config_source_cannot_be_shared => GetResourceString("Config_source_cannot_be_shared", @"The configSource file '{0}' can only be used by one type of section, and may not be the same as the configuration file.");
        /// <summary>The configSource file '{0}' is also used in a parent, this is not allowed.</summary>
        internal static string @Config_source_parent_conflict => GetResourceString("Config_source_parent_conflict", @"The configSource file '{0}' is also used in a parent, this is not allowed.");
        /// <summary>The format of a configSource file must be an element containing the name of the section.</summary>
        internal static string @Config_source_file_format => GetResourceString("Config_source_file_format", @"The format of a configSource file must be an element containing the name of the section.");
        /// <summary>The configSource attribute must be a relative physical path.</summary>
        internal static string @Config_source_invalid_format => GetResourceString("Config_source_invalid_format", @"The configSource attribute must be a relative physical path.");
        /// <summary>The 'configSource' property may not be set in a configuration that has no associated file.</summary>
        internal static string @Config_source_requires_file => GetResourceString("Config_source_requires_file", @"The 'configSource' property may not be set in a configuration that has no associated file.");
        /// <summary>A section using 'configSource' may contain no other attributes or elements.</summary>
        internal static string @Config_source_syntax_error => GetResourceString("Config_source_syntax_error", @"A section using 'configSource' may contain no other attributes or elements.");
        /// <summary>The configuration system has already been initialized.</summary>
        internal static string @Config_system_already_set => GetResourceString("Config_system_already_set", @"The configuration system has already been initialized.");
        /// <summary>Section or group name '{0}' is already defined. Updates to this may only occur at the configuration level where it is defined.</summary>
        internal static string @Config_tag_name_already_defined => GetResourceString("Config_tag_name_already_defined", @"Section or group name '{0}' is already defined. Updates to this may only occur at the configuration level where it is defined.");
        /// <summary>Section or group name '{0}' is already defined. This can not be defined multiple times.</summary>
        internal static string @Config_tag_name_already_defined_at_this_level => GetResourceString("Config_tag_name_already_defined_at_this_level", @"Section or group name '{0}' is already defined. This can not be defined multiple times.");
        /// <summary>The section name 'location' is reserved for &lt;location&gt; sections.</summary>
        internal static string @Config_tag_name_cannot_be_location => GetResourceString("Config_tag_name_cannot_be_location", @"The section name 'location' is reserved for <location> sections.");
        /// <summary>Section names beginning with config are reserved.</summary>
        internal static string @Config_tag_name_cannot_begin_with_config => GetResourceString("Config_tag_name_cannot_begin_with_config", @"Section names beginning with config are reserved.");
        /// <summary>Type '{0}' does not inherit from '{1}'.</summary>
        internal static string @Config_type_doesnt_inherit_from_type => GetResourceString("Config_type_doesnt_inherit_from_type", @"Type '{0}' does not inherit from '{1}'.");
        /// <summary>Unexpected end of element {0}.</summary>
        internal static string @Config_unexpected_element_end => GetResourceString("Config_unexpected_element_end", @"Unexpected end of element {0}.");
        /// <summary>Unexpected element name {0}.</summary>
        internal static string @Config_unexpected_element_name => GetResourceString("Config_unexpected_element_name", @"Unexpected element name {0}.");
        /// <summary>expected XmlNodeType.Element, type is {0}.</summary>
        internal static string @Config_unexpected_node_type => GetResourceString("Config_unexpected_node_type", @"expected XmlNodeType.Element, type is {0}.");
        /// <summary>Unrecognized configuration section {0}.</summary>
        internal static string @Config_unrecognized_configuration_section => GetResourceString("Config_unrecognized_configuration_section", @"Unrecognized configuration section {0}.");
        /// <summary>Unable to save config to file '{0}'.</summary>
        internal static string @Config_write_failed => GetResourceString("Config_write_failed", @"Unable to save config to file '{0}'.");
        /// <summary>The expected format is an integer value in seconds.</summary>
        internal static string @Converter_timespan_not_in_second => GetResourceString("Converter_timespan_not_in_second", @"The expected format is an integer value in seconds.");
        /// <summary>The converter cannot convert values with type '{0}'.</summary>
        internal static string @Converter_unsupported_value_type => GetResourceString("Converter_unsupported_value_type", @"The converter cannot convert values with type '{0}'.");
        /// <summary>Failed to decrypt using provider '{0}'. Error message from the provider: {1}</summary>
        internal static string @Decryption_failed => GetResourceString("Decryption_failed", @"Failed to decrypt using provider '{0}'. Error message from the provider: {1}");
        /// <summary>The default value of the property '{0}' cannot be parsed. The error is: {1}</summary>
        internal static string @Default_value_conversion_error_from_string => GetResourceString("Default_value_conversion_error_from_string", @"The default value of the property '{0}' cannot be parsed. The error is: {1}");
        /// <summary>The default value for the property '{0}' has different type than the one of the property itself.</summary>
        internal static string @Default_value_wrong_type => GetResourceString("Default_value_wrong_type", @"The default value for the property '{0}' has different type than the one of the property itself.");
        /// <summary>The data specified for decryption is bad.</summary>
        internal static string @DPAPI_bad_data => GetResourceString("DPAPI_bad_data", @"The data specified for decryption is bad.");
        /// <summary>The '{0}' attribute cannot be an empty string.</summary>
        internal static string @Empty_attribute => GetResourceString("Empty_attribute", @"The '{0}' attribute cannot be an empty string.");
        /// <summary>The section is marked as being protected. However, the &lt;EncryptedData&gt; child node was not found in the section's node. Make sure that the section is correctly encrypted.</summary>
        internal static string @EncryptedNode_not_found => GetResourceString("EncryptedNode_not_found", @"The section is marked as being protected. However, the <EncryptedData> child node was not found in the section's node. Make sure that the section is correctly encrypted.");
        /// <summary>The section is marked as being protected, but it does not have the correct format. It should contain only the &lt;EncryptedData&gt; child node.</summary>
        internal static string @EncryptedNode_is_in_invalid_format => GetResourceString("EncryptedNode_is_in_invalid_format", @"The section is marked as being protected, but it does not have the correct format. It should contain only the <EncryptedData> child node.");
        /// <summary>Failed to encrypt the section '{0}' using provider '{1}'. Error message from the provider: {2}</summary>
        internal static string @Encryption_failed => GetResourceString("Encryption_failed", @"Failed to encrypt the section '{0}' using provider '{1}'. Error message from the provider: {2}");
        /// <summary>Index {0} is out of range.</summary>
        internal static string @IndexOutOfRange => GetResourceString("IndexOutOfRange", @"Index {0} is out of range.");
        /// <summary>The enumeration value must be one of the following: {0}.</summary>
        internal static string @Invalid_enum_value => GetResourceString("Invalid_enum_value", @"The enumeration value must be one of the following: {0}.");
        /// <summary>The configuration section must be added to a configuration hierarchy before you can protect it.</summary>
        internal static string @Must_add_to_config_before_protecting_it => GetResourceString("Must_add_to_config_before_protecting_it", @"The configuration section must be added to a configuration hierarchy before you can protect it.");
        /// <summary>Unable to find a converter that supports conversion to/from string for the property '{0}' of type '{1}'.</summary>
        internal static string @No_converter => GetResourceString("No_converter", @"Unable to find a converter that supports conversion to/from string for the property '{0}' of type '{1}'.");
        /// <summary>No information about the exception is available.</summary>
        internal static string @No_exception_information_available => GetResourceString("No_exception_information_available", @"No information about the exception is available.");
        /// <summary>A configuration property cannot have the name '{0}' because it starts with the reserved prefix 'config' or 'lock'.</summary>
        internal static string @Property_name_reserved => GetResourceString("Property_name_reserved", @"A configuration property cannot have the name '{0}' because it starts with the reserved prefix 'config' or 'lock'.");
        /// <summary>A configuration item alias for '{0}' cannot have the name '{1}' because it starts with the reserved prefix 'config' or 'lock'.</summary>
        internal static string @Item_name_reserved => GetResourceString("Item_name_reserved", @"A configuration item alias for '{0}' cannot have the name '{1}' because it starts with the reserved prefix 'config' or 'lock'.");
        /// <summary>A configuration item cannot have the name '{0}' because it starts with the reserved prefix 'config' or 'lock'.</summary>
        internal static string @Basicmap_item_name_reserved => GetResourceString("Basicmap_item_name_reserved", @"A configuration item cannot have the name '{0}' because it starts with the reserved prefix 'config' or 'lock'.");
        /// <summary>The protection provider '{0}' was not found.</summary>
        internal static string @ProtectedConfigurationProvider_not_found => GetResourceString("ProtectedConfigurationProvider_not_found", @"The protection provider '{0}' was not found.");
        /// <summary>The value does not conform to the validation regex string '{0}'.</summary>
        internal static string @Regex_validator_error => GetResourceString("Regex_validator_error", @"The value does not conform to the validation regex string '{0}'.");
        /// <summary>The string cannot be null or empty.</summary>
        internal static string @String_null_or_empty => GetResourceString("String_null_or_empty", @"The string cannot be null or empty.");
        /// <summary>The type '{0}' must be derived from the type '{1}'.</summary>
        internal static string @Subclass_validator_error => GetResourceString("Subclass_validator_error", @"The type '{0}' must be derived from the type '{1}'.");
        /// <summary>The value of the property '{0}' cannot be parsed. The error is: {1}</summary>
        internal static string @Top_level_conversion_error_from_string => GetResourceString("Top_level_conversion_error_from_string", @"The value of the property '{0}' cannot be parsed. The error is: {1}");
        /// <summary>The value of the property '{0}' cannot be converted to string. The error is: {1}</summary>
        internal static string @Top_level_conversion_error_to_string => GetResourceString("Top_level_conversion_error_to_string", @"The value of the property '{0}' cannot be converted to string. The error is: {1}");
        /// <summary>The value for the property '{0}' is not valid. The error is: {1}</summary>
        internal static string @Top_level_validation_error => GetResourceString("Top_level_validation_error", @"The value for the property '{0}' is not valid. The error is: {1}");
        /// <summary>The type '{0}' cannot be resolved. Please verify the spelling is correct or that the full type name is provided.</summary>
        internal static string @Type_cannot_be_resolved => GetResourceString("Type_cannot_be_resolved", @"The type '{0}' cannot be resolved. Please verify the spelling is correct or that the full type name is provided.");
        /// <summary>Unable to load type '{0}' because it is not public.</summary>
        internal static string @TypeNotPublic => GetResourceString("TypeNotPublic", @"Unable to load type '{0}' because it is not public.");
        /// <summary>The configuration setting '{0}' was not recognized.</summary>
        internal static string @Unrecognized_initialization_value => GetResourceString("Unrecognized_initialization_value", @"The configuration setting '{0}' was not recognized.");
        /// <summary>The value must be different than {0}.</summary>
        internal static string @Validation_scalar_range_violation_not_different => GetResourceString("Validation_scalar_range_violation_not_different", @"The value must be different than {0}.");
        /// <summary>The value must be equal to {0}.</summary>
        internal static string @Validation_scalar_range_violation_not_equal => GetResourceString("Validation_scalar_range_violation_not_equal", @"The value must be equal to {0}.");
        /// <summary>The value must be inside the range {0}-{1}.</summary>
        internal static string @Validation_scalar_range_violation_not_in_range => GetResourceString("Validation_scalar_range_violation_not_in_range", @"The value must be inside the range {0}-{1}.");
        /// <summary>The value must not be in the range {0}-{1}.</summary>
        internal static string @Validation_scalar_range_violation_not_outside_range => GetResourceString("Validation_scalar_range_violation_not_outside_range", @"The value must not be in the range {0}-{1}.");
        /// <summary>Only types derived from {0} are valid validator types.</summary>
        internal static string @Validator_Attribute_param_not_validator => GetResourceString("Validator_Attribute_param_not_validator", @"Only types derived from {0} are valid validator types.");
        /// <summary>The supplied validator does not support validating the configuration element type {0}.</summary>
        internal static string @Validator_does_not_support_elem_type => GetResourceString("Validator_does_not_support_elem_type", @"The supplied validator does not support validating the configuration element type {0}.");
        /// <summary>The supplied validator does not support the type of the property '{0}'.</summary>
        internal static string @Validator_does_not_support_prop_type => GetResourceString("Validator_does_not_support_prop_type", @"The supplied validator does not support the type of the property '{0}'.");
        /// <summary>The configuration element '{0}' is not valid. The error is: {1}</summary>
        internal static string @Validator_element_not_valid => GetResourceString("Validator_element_not_valid", @"The configuration element '{0}' is not valid. The error is: {1}");
        /// <summary>The supplied method name '{0}' was not found. The callback method must be a public static void method with one object parameter.</summary>
        internal static string @Validator_method_not_found => GetResourceString("Validator_method_not_found", @"The supplied method name '{0}' was not found. The callback method must be a public static void method with one object parameter.");
        /// <summary>The upper range limit value must be greater than the lower range limit value.</summary>
        internal static string @Validator_min_greater_than_max => GetResourceString("Validator_min_greater_than_max", @"The upper range limit value must be greater than the lower range limit value.");
        /// <summary>The value must have a resolution of {0}.</summary>
        internal static string @Validator_scalar_resolution_violation => GetResourceString("Validator_scalar_resolution_violation", @"The value must have a resolution of {0}.");
        /// <summary>The string cannot contain any of the following characters: '{0}'.</summary>
        internal static string @Validator_string_invalid_chars => GetResourceString("Validator_string_invalid_chars", @"The string cannot contain any of the following characters: '{0}'.");
        /// <summary>The string must be no more than {0} characters long.</summary>
        internal static string @Validator_string_max_length => GetResourceString("Validator_string_max_length", @"The string must be no more than {0} characters long.");
        /// <summary>The string must be at least {0} characters long.</summary>
        internal static string @Validator_string_min_length => GetResourceString("Validator_string_min_length", @"The string must be at least {0} characters long.");
        /// <summary>The supplied value is not of type which the validator can process.</summary>
        internal static string @Validator_value_type_invalid => GetResourceString("Validator_value_type_invalid", @"The supplied value is not of type which the validator can process.");
        /// <summary>Multiple validator attributes are not currently supported. The property '{0}' has more than one validator attribute associated with it.</summary>
        internal static string @Validator_multiple_validator_attributes => GetResourceString("Validator_multiple_validator_attributes", @"Multiple validator attributes are not currently supported. The property '{0}' has more than one validator attribute associated with it.");
        /// <summary>The time span value must be positive.</summary>
        internal static string @Validator_timespan_value_must_be_positive => GetResourceString("Validator_timespan_value_must_be_positive", @"The time span value must be positive.");
        /// <summary>The type specified does not extend ProtectedConfigurationProvider class.</summary>
        internal static string @WrongType_of_Protected_provider => GetResourceString("WrongType_of_Protected_provider", @"The type specified does not extend ProtectedConfigurationProvider class.");
        /// <summary>Locking of elements or attributes within a configuration section is not supported for legacy section '{0}'.</summary>
        internal static string @Config_element_locking_not_supported => GetResourceString("Config_element_locking_not_supported", @"Locking of elements or attributes within a configuration section is not supported for legacy section '{0}'.");
        /// <summary>A section using 'configProtectionProvider' may contain no other attributes.</summary>
        internal static string @Protection_provider_syntax_error => GetResourceString("Protection_provider_syntax_error", @"A section using 'configProtectionProvider' may contain no other attributes.");
        /// <summary>The configProtectionProvider attribute cannot be an empty string.</summary>
        internal static string @Protection_provider_invalid_format => GetResourceString("Protection_provider_invalid_format", @"The configProtectionProvider attribute cannot be an empty string.");
        /// <summary>The section '{0}' is a built-in section.  It cannot be declared by the user.</summary>
        internal static string @Cannot_declare_or_remove_implicit_section => GetResourceString("Cannot_declare_or_remove_implicit_section", @"The section '{0}' is a built-in section.  It cannot be declared by the user.");
        /// <summary>The attribute '{0}' cannot be specified because its name starts with the reserved prefix 'config' or 'lock'.</summary>
        internal static string @Config_reserved_attribute => GetResourceString("Config_reserved_attribute", @"The attribute '{0}' cannot be specified because its name starts with the reserved prefix 'config' or 'lock'.");
        /// <summary>The file name '{0}' is invalid because the same file name is already referenced by the configuration hierarchy you have opened.</summary>
        internal static string @Filename_in_SaveAs_is_used_already => GetResourceString("Filename_in_SaveAs_is_used_already", @"The file name '{0}' is invalid because the same file name is already referenced by the configuration hierarchy you have opened.");
        /// <summary>This provider instance has already been initialized.</summary>
        internal static string @Provider_Already_Initialized => GetResourceString("Provider_Already_Initialized", @"This provider instance has already been initialized.");
        /// <summary>Provider name cannot be null or empty.</summary>
        internal static string @Config_provider_name_null_or_empty => GetResourceString("Config_provider_name_null_or_empty", @"Provider name cannot be null or empty.");
        /// <summary>Collection is read-only.</summary>
        internal static string @CollectionReadOnly => GetResourceString("CollectionReadOnly", @"Collection is read-only.");
        /// <summary>The configSource '{0}' is invalid. It must refer to a file in the same directory or in a subdirectory as the configuration file.</summary>
        internal static string @Config_source_not_under_config_dir => GetResourceString("Config_source_not_under_config_dir", @"The configSource '{0}' is invalid. It must refer to a file in the same directory or in a subdirectory as the configuration file.");
        /// <summary>The configSource attribute is invalid.</summary>
        internal static string @Config_source_invalid => GetResourceString("Config_source_invalid", @"The configSource attribute is invalid.");
        /// <summary>InheritInChildApplications cannot be set to "false" if the location path is referring to machine.config or the root web.config.</summary>
        internal static string @Location_invalid_inheritInChildApplications_in_machine_or_root_web_config => GetResourceString("Location_invalid_inheritInChildApplications_in_machine_or_root_web_config", @"InheritInChildApplications cannot be set to ""false"" if the location path is referring to machine.config or the root web.config.");
        /// <summary>Changing both AllowOverride and OverrideMode is not supported for compatibility reasons. Please use only one or the other.</summary>
        internal static string @Cannot_change_both_AllowOverride_and_OverrideMode => GetResourceString("Cannot_change_both_AllowOverride_and_OverrideMode", @"Changing both AllowOverride and OverrideMode is not supported for compatibility reasons. Please use only one or the other.");
        /// <summary>The 'overrideMode' and 'overrideModeDefault' attributes must be one of the following values: Inherited, Allow, Deny.</summary>
        internal static string @Config_section_override_mode_attribute_invalid => GetResourceString("Config_section_override_mode_attribute_invalid", @"The 'overrideMode' and 'overrideModeDefault' attributes must be one of the following values: Inherited, Allow, Deny.");
        /// <summary>A &lt;location&gt; tag may contain only one of the 'allowOverride' or 'overrideMode' attributes.</summary>
        internal static string @Invalid_override_mode_declaration => GetResourceString("Invalid_override_mode_declaration", @"A <location> tag may contain only one of the 'allowOverride' or 'overrideMode' attributes.");
        /// <summary>The machine.config file '{0}' was not found.</summary>
        internal static string @Machine_config_file_not_found => GetResourceString("Machine_config_file_not_found", @"The machine.config file '{0}' was not found.");
        /// <summary>Cannot access a closed stream.</summary>
        internal static string @ObjectDisposed_StreamClosed => GetResourceString("ObjectDisposed_StreamClosed", @"Cannot access a closed stream.");
        /// <summary>Could not find a type-converter to convert object if type '{0}' from string.</summary>
        internal static string @Unable_to_convert_type_from_string => GetResourceString("Unable_to_convert_type_from_string", @"Could not find a type-converter to convert object if type '{0}' from string.");
        /// <summary>Could not find a type-converter to convert object if type '{0}' to string.</summary>
        internal static string @Unable_to_convert_type_to_string => GetResourceString("Unable_to_convert_type_to_string", @"Could not find a type-converter to convert object if type '{0}' to string.");
        /// <summary>The property '{0}' could not be created from it's default value. Error message: {1}</summary>
        internal static string @Could_not_create_from_default_value => GetResourceString("Could_not_create_from_default_value", @"The property '{0}' could not be created from it's default value. Error message: {1}");
        /// <summary>The property '{0}' could not be created from it's default value because the default value is of a different type.</summary>
        internal static string @Could_not_create_from_default_value_2 => GetResourceString("Could_not_create_from_default_value_2", @"The property '{0}' could not be created from it's default value because the default value is of a different type.");
        /// <summary>The current configuration system does not support user-scoped settings.</summary>
        internal static string @UserSettingsNotSupported => GetResourceString("UserSettingsNotSupported", @"The current configuration system does not support user-scoped settings.");
        /// <summary>Failed to save settings: {0}</summary>
        internal static string @SettingsSaveFailed => GetResourceString("SettingsSaveFailed", @"Failed to save settings: {0}");
        /// <summary>Failed to save settings: unable to access the configuration section.</summary>
        internal static string @SettingsSaveFailedNoSection => GetResourceString("SettingsSaveFailedNoSection", @"Failed to save settings: unable to access the configuration section.");
        /// <summary>Unknown ConfigurationUserLevel specified.</summary>
        internal static string @UnknownUserLevel => GetResourceString("UnknownUserLevel", @"Unknown ConfigurationUserLevel specified.");
        /// <summary>The setting {0} has both an ApplicationScopedSettingAttribute and a UserScopedSettingAttribute.</summary>
        internal static string @BothScopeAttributes => GetResourceString("BothScopeAttributes", @"The setting {0} has both an ApplicationScopedSettingAttribute and a UserScopedSettingAttribute.");
        /// <summary>The setting {0} does not have either an ApplicationScopedSettingAttribute or UserScopedSettingAttribute.</summary>
        internal static string @NoScopeAttributes => GetResourceString("NoScopeAttributes", @"The setting {0} does not have either an ApplicationScopedSettingAttribute or UserScopedSettingAttribute.");
        /// <summary>The settings property '{0}' was not found.</summary>
        internal static string @SettingsPropertyNotFound => GetResourceString("SettingsPropertyNotFound", @"The settings property '{0}' was not found.");
        /// <summary>The settings property '{0}' is read-only.</summary>
        internal static string @SettingsPropertyReadOnly => GetResourceString("SettingsPropertyReadOnly", @"The settings property '{0}' is read-only.");
        /// <summary>The settings property '{0}' is of a non-compatible type.</summary>
        internal static string @SettingsPropertyWrongType => GetResourceString("SettingsPropertyWrongType", @"The settings property '{0}' is of a non-compatible type.");
        /// <summary>Failed to instantiate provider: {0}.</summary>
        internal static string @ProviderInstantiationFailed => GetResourceString("ProviderInstantiationFailed", @"Failed to instantiate provider: {0}.");
        /// <summary>Failed to load provider type: {0}.</summary>
        internal static string @ProviderTypeLoadFailed => GetResourceString("ProviderTypeLoadFailed", @"Failed to load provider type: {0}.");
        /// <summary>The key '{0}' does not exist in the appSettings configuration section.</summary>
        internal static string @AppSettingsReaderNoKey => GetResourceString("AppSettingsReaderNoKey", @"The key '{0}' does not exist in the appSettings configuration section.");
        /// <summary>The value '{0}' was found in the appSettings configuration section for key '{1}', and this value is not a valid {2}.</summary>
        internal static string @AppSettingsReaderCantParse => GetResourceString("AppSettingsReaderCantParse", @"The value '{0}' was found in the appSettings configuration section for key '{1}', and this value is not a valid {2}.");
        /// <summary>(empty string)</summary>
        internal static string @AppSettingsReaderEmptyString => GetResourceString("AppSettingsReaderEmptyString", @"(empty string)");
        /// <summary>The '{0}' attribute must be set to an integer value.</summary>
        internal static string @Config_invalid_integer_attribute => GetResourceString("Config_invalid_integer_attribute", @"The '{0}' attribute must be set to an integer value.");
        /// <summary>Required attribute '{0}' cannot be empty.</summary>
        internal static string @Config_base_required_attribute_empty => GetResourceString("Config_base_required_attribute_empty", @"Required attribute '{0}' cannot be empty.");
        /// <summary>Only elements allowed.</summary>
        internal static string @Config_base_elements_only => GetResourceString("Config_base_elements_only", @"Only elements allowed.");
        /// <summary>Child nodes not allowed.</summary>
        internal static string @Config_base_no_child_nodes => GetResourceString("Config_base_no_child_nodes", @"Child nodes not allowed.");
        /// <summary>Argument {0} cannot be null or zero-length.</summary>
        internal static string @InvalidNullEmptyArgument => GetResourceString("InvalidNullEmptyArgument", @"Argument {0} cannot be null or zero-length.");
        /// <summary>The file name '{0}' was already in the collection.</summary>
        internal static string @DuplicateFileName => GetResourceString("DuplicateFileName", @"The file name '{0}' was already in the collection.");
        /// <summary>Could not create listener '{0}'.</summary>
        internal static string @Could_not_create_listener => GetResourceString("Could_not_create_listener", @"Could not create listener '{0}'.");
        /// <summary>Could not create {0}.</summary>
        internal static string @Could_not_create_type_instance => GetResourceString("Could_not_create_type_instance", @"Could not create {0}.");
        /// <summary>Could not find type for class {0}.</summary>
        internal static string @Could_not_find_type => GetResourceString("Could_not_find_type", @"Could not find type for class {0}.");
        /// <summary>Could not find constructor for class {0}.</summary>
        internal static string @Could_not_get_constructor => GetResourceString("Could_not_get_constructor", @"Could not find constructor for class {0}.");
        /// <summary>switchType needs to be a valid class name. It can't be empty.</summary>
        internal static string @EmptyTypeName_NotAllowed => GetResourceString("EmptyTypeName_NotAllowed", @"switchType needs to be a valid class name. It can't be empty.");
        /// <summary>The specified type, '{0}' is not derived from the appropriate base type, '{1}'.</summary>
        internal static string @Incorrect_base_type => GetResourceString("Incorrect_base_type", @"The specified type, '{0}' is not derived from the appropriate base type, '{1}'.");
        /// <summary>'switchValue' and 'switchName' cannot both be specified on source '{0}'.</summary>
        internal static string @Only_specify_one => GetResourceString("Only_specify_one", @"'switchValue' and 'switchName' cannot both be specified on source '{0}'.");
        /// <summary>A listener with no type name specified references the sharedListeners section and cannot have any attributes other than 'Name'.  Listener: '{0}'.</summary>
        internal static string @Reference_listener_cant_have_properties => GetResourceString("Reference_listener_cant_have_properties", @"A listener with no type name specified references the sharedListeners section and cannot have any attributes other than 'Name'.  Listener: '{0}'.");
        /// <summary>Listener '{0}' does not exist in the sharedListeners section.</summary>
        internal static string @Reference_to_nonexistent_listener => GetResourceString("Reference_to_nonexistent_listener", @"Listener '{0}' does not exist in the sharedListeners section.");
        /// <summary>initializeData needs to be valid for this TraceListener.</summary>
        internal static string @TL_InitializeData_NotSpecified => GetResourceString("TL_InitializeData_NotSpecified", @"initializeData needs to be valid for this TraceListener.");
 
    }
}