4 references to UserSettingsNotSupported
System.Configuration.ConfigurationManager (4)
System\Configuration\ClientSettingsStore.cs (2)
158
throw new ConfigurationErrorsException(SR.
UserSettingsNotSupported
);
176
throw new ConfigurationErrorsException(SR.
UserSettingsNotSupported
);
System\Configuration\LocalFileSettingsProvider.cs (2)
111
throw new ConfigurationErrorsException(SR.
UserSettingsNotSupported
);
281
throw new ConfigurationErrorsException(SR.
UserSettingsNotSupported
);