Ich habe im Bereich Module das Kodi Interface in Benutzung.
Das funktioniert auch alles gut.
Wenn ich jetzt diesen Eintrag bearbeiten will erhalte ich eine Fehlermeldung.
Auch wenn ich einen neuen Hinzufügen möchte bekomme ich die Meldung
"Ein Element mit dem gleichen Schlüssel wurde bereits hinzugefügt."
Im Log steht folgendes.
Code
2017-10-25 23:33:01.9283;Ember_Media_Manager.My.MyApplication;Ember_Media_Manager.My.MyApplication.MyApplication_UnhandledException;1;ERROR;mscorlib;"EXCEPTION OCCURRED:System.ArgumentException: Ein Element mit dem gleichen Schl��l wurde bereits hinzugef��
bei System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
bei System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
bei generic.Interface.Kodi.dlgHost.PopulateHostSources()
bei generic.Interface.Kodi.dlgHost.dlgHost_Load(Object sender, EventArgs e)
bei System.Windows.Forms.Form.OnLoad(EventArgs e)
bei System.Windows.Forms.Form.OnCreateControl()
bei System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
bei System.Windows.Forms.Control.CreateControl()
bei System.Windows.Forms.Control.WmShowWindow(Message& m)
bei System.Windows.Forms.Control.WndProc(Message& m)
bei System.Windows.Forms.Form.WmShowWindow(Message& m)
bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)* bei System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
bei System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
bei generic.Interface.Kodi.dlgHost.PopulateHostSources()
bei generic.Interface.Kodi.dlgHost.dlgHost_Load(Object sender, EventArgs e)
bei System.Windows.Forms.Form.OnLoad(EventArgs e)
bei System.Windows.Forms.Form.OnCreateControl()
bei System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
bei System.Windows.Forms.Control.CreateControl()
bei System.Windows.Forms.Control.WmShowWindow(Message& m)
bei System.Windows.Forms.Control.WndProc(Message& m)
bei System.Windows.Forms.Form.WmShowWindow(Message& m)
bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)"
Alles anzeigen
Das Interface funktioniert ansonsten gut ich kann nur nichts mehr hinzufügen oder ändern.