Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ConfigurationErrorsException setting up preferences #9485

Closed
cyberduck opened this issue Apr 25, 2016 · 5 comments
Closed

ConfigurationErrorsException setting up preferences #9485

cyberduck opened this issue Apr 25, 2016 · 5 comments

Comments

@cyberduck
Copy link
Collaborator

f6e46ec created the issue

Windows 10, repair and reinstall did not help

Имя журнала:   Application
Источник:      .NET Runtime
Дата:          25.04.2016 13:19:23
Код события:   1026
Категория задачи:Отсутствует
Уровень:       Ошибка
Ключевые слова:Классический
Пользователь:  Н/Д
Компьютер:     DESKTOP-I2VHTR4
Описание:
Приложение: Cyberduck.exe
Версия платформы: v4.0.30319
Описание. Процесс был завершен из-за необработанного исключения.
Сведения об исключении: System.Configuration.ConfigurationErrorsException
   в System.Configuration.ConfigurationSchemaErrors.ThrowIfErrors(Boolean)
   в System.Configuration.BaseConfigurationRecord.ThrowIfParseErrors(System.Configuration.ConfigurationSchemaErrors)
   в System.Configuration.BaseConfigurationRecord.ThrowIfInitErrors()
   в System.Configuration.ClientConfigurationSystem.EnsureInit(System.String)

Сведения об исключении: System.Configuration.ConfigurationErrorsException
   в System.Configuration.ConfigurationManager.PrepareConfigSystem()
   в System.Configuration.ConfigurationManager.RefreshSection(System.String)
   в System.Configuration.ClientSettingsStore.ReadSettings(System.String, Boolean)
   в System.Configuration.LocalFileSettingsProvider.GetPropertyValues(System.Configuration.SettingsContext, System.Configuration.SettingsPropertyCollection)
   в System.Configuration.SettingsBase.GetPropertiesFromProvider(System.Configuration.SettingsProvider)
   в System.Configuration.SettingsBase.GetPropertyValueByName(System.String)
   в System.Configuration.SettingsBase.get_Item(System.String)
   в System.Configuration.ApplicationSettingsBase.GetPropertyValue(System.String)
   в System.Configuration.ApplicationSettingsBase.get_Item(System.String)
   в Ch.Cyberduck.Properties.Settings.get_UpgradeSettings()
   в Ch.Cyberduck.Ui.Core.Preferences.SettingsDictionaryPreferences.load()
   в ch.cyberduck.core.preferences.PreferencesFactory.set(ch.cyberduck.core.preferences.Preferences)
   в Ch.Cyberduck.Ui.Controller.MainController..cctor()

Сведения об исключении: System.TypeInitializationException
   в Ch.Cyberduck.Ui.Controller.MainController.Main()


Xml события:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name=".NET Runtime" />
    <EventID Qualifiers="0">1026</EventID>
    <Level>2</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2016-04-25T10:19:23.119844100Z" />
    <EventRecordID>438464</EventRecordID>
    <Channel>Application</Channel>
    <Computer>DESKTOP-I2VHTR4</Computer>
    <Security />
  </System>
  <EventData>
    <Data>Приложение: Cyberduck.exe
Версия платформы: v4.0.30319
Описание. Процесс был завершен из-за необработанного исключения.
Сведения об исключении: System.Configuration.ConfigurationErrorsException
   в System.Configuration.ConfigurationSchemaErrors.ThrowIfErrors(Boolean)
   в System.Configuration.BaseConfigurationRecord.ThrowIfParseErrors(System.Configuration.ConfigurationSchemaErrors)
   в System.Configuration.BaseConfigurationRecord.ThrowIfInitErrors()
   в System.Configuration.ClientConfigurationSystem.EnsureInit(System.String)

Сведения об исключении: System.Configuration.ConfigurationErrorsException
   в System.Configuration.ConfigurationManager.PrepareConfigSystem()
   в System.Configuration.ConfigurationManager.RefreshSection(System.String)
   в System.Configuration.ClientSettingsStore.ReadSettings(System.String, Boolean)
   в System.Configuration.LocalFileSettingsProvider.GetPropertyValues(System.Configuration.SettingsContext, System.Configuration.SettingsPropertyCollection)
   в System.Configuration.SettingsBase.GetPropertiesFromProvider(System.Configuration.SettingsProvider)
   в System.Configuration.SettingsBase.GetPropertyValueByName(System.String)
   в System.Configuration.SettingsBase.get_Item(System.String)
   в System.Configuration.ApplicationSettingsBase.GetPropertyValue(System.String)
   в System.Configuration.ApplicationSettingsBase.get_Item(System.String)
   в Ch.Cyberduck.Properties.Settings.get_UpgradeSettings()
   в Ch.Cyberduck.Ui.Core.Preferences.SettingsDictionaryPreferences.load()
   в ch.cyberduck.core.preferences.PreferencesFactory.set(ch.cyberduck.core.preferences.Preferences)
   в Ch.Cyberduck.Ui.Controller.MainController..cctor()

Сведения об исключении: System.TypeInitializationException
   в Ch.Cyberduck.Ui.Controller.MainController.Main()

</Data>
  </EventData>
</Event>
@cyberduck
Copy link
Collaborator Author

@ylangisc commented

It looks like you have a corrupt user.config file. Try to remove the file.

@cyberduck
Copy link
Collaborator Author

f6e46ec commented

Replying to [comment:3 yla]:

It looks like you have a corrupt user.config file. Try to remove the file.
I deleted this folder, but the error remained

@cyberduck
Copy link
Collaborator Author

@ylangisc commented

Forgot to mention that Cyberduck must not running when deleting the user.config. If that does not help can you please check if you have a file Cyberduck.exe.config in C:\Program Files (x86)? If yes, you can delete this one too.

@cyberduck
Copy link
Collaborator Author

f6e46ec commented

Replying to [comment:5 yla]:

Forgot to mention that Cyberduck must not running when deleting the user.config. If that does not help can you please check if you have a file Cyberduck.exe.config in C:\Program Files (x86)? If yes, you can delete this one too.
I deleted this folder, but the error stay here

@cyberduck
Copy link
Collaborator Author

f6e46ec commented

I deleted \iterate_GmbH\Cyberduck.exe_Url_[id][version]\user.config too, and all works fine, thenk you

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant