Verwiesen an Support Artikelfenster sturzt ab

Status
Es sind keine weiteren Antworten möglich.

ok_selling

Gut bekanntes Mitglied
5. März 2012
280
10
Hallo,

wir bekommen heufig, wenn das Artikel Bearbeiten Fenster geöffnent ist einen Fehler und wir können nicht ausmachen woran das liegt:

Code:
Unbehandelte Ausnahme #50AD7120B19112CE vom Typ System.InvalidOperationException in System.Object MarshaledInvoke(System.Windows.Forms.Control, System.Delegate, System.Object[], Boolean)
System.InvalidOperationException: Invoke oder BeginInvoke kann für ein Steuerelement erst aufgerufen werden, wenn das Fensterhandle erstellt wurde.
   bei System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
   bei System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
   bei System.Windows.Forms.Control.Invoke(Delegate method)
   bei jtlCore.Forms.Browser.Kategorie.KategorieSelectorView.<ViewModelOnPropertyChanged>d__3.MoveNext()
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
   bei System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)

2016-10-17T13:10:18 DEBUG - [SQL] Dauer: 0ms
2016-10-17T13:10:18 DEBUG - [SQL] SELECT * FROM [tkategorie] WHERE [kOberKategorie] = @kOberKategorie
      @kOberKategorie = 85
2016-10-17T13:10:18 DEBUG - [SQL] Dauer: 0ms
2016-10-17T13:10:18 DEBUG - [SQL] SELECT * FROM [tkategorie] WHERE [kOberKategorie] = @kOberKategorie
      @kOberKategorie = 205
2016-10-17T13:10:18 DEBUG - [SQL] Dauer: 0ms
2016-10-17T13:10:18 DEBUG - [SQL] SELECT * FROM [tkategorie] WHERE [kOberKategorie] = @kOberKategorie
      @kOberKategorie = 89
2016-10-17T13:10:18 DEBUG - [SQL] Dauer: 0ms
2016-10-17T13:10:18 DEBUG - [SQL] SELECT * FROM [tkategorie] WHERE [kOberKategorie] = @kOberKategorie
      @kOberKategorie = 207
2016-10-17T13:10:18 DEBUG - [SQL] Dauer: 0ms
2016-10-17T13:10:18 DEBUG - [SQL] SELECT * FROM [tkategorie] WHERE [kOberKategorie] = @kOberKategorie
      @kOberKategorie = 208
2016-10-17T13:10:18 DEBUG - [SQL] Dauer: 0ms
2016-10-17T13:10:18 DEBUG - [SQL] SELECT * FROM [tkategorie] WHERE [kOberKategorie] = @kOberKategorie
      @kOberKategorie = 206
2016-10-17T13:10:18 DEBUG - [SQL] Dauer: 0ms
2016-10-17T13:10:18 DEBUG - [SQL] SELECT * FROM [tkategorie] WHERE [kOberKategorie] = @kOberKategorie
      @kOberKategorie = 169
2016-10-17T13:10:18 DEBUG - [SQL] Dauer: 0ms
2016-10-17T13:10:18 DEBUG - [SQL] SELECT * FROM [tkategorie] WHERE [kOberKategorie] = @kOberKategorie
      @kOberKategorie = 172
2016-10-17T13:10:18 DEBUG - [SQL] Dauer: 0ms
2016-10-17T13:10:18 DEBUG - [SQL] SELECT * FROM [tkategorie] WHERE [kOberKategorie] = @kOberKategorie
      @kOberKategorie = 101
2016-10-17T13:10:18 DEBUG - [SQL] Dauer: 0ms
2016-10-17T13:10:18 DEBUG - [SQL] SELECT * FROM [tkategorie] WHERE [kOberKategorie] = @kOberKategorie
      @kOberKategorie = 11
2016-10-17T13:10:18 DEBUG - [SQL] Dauer: 0ms
2016-10-17T13:10:18 DEBUG - [SQL] SELECT * FROM [tkategorie] WHERE [kOberKategorie] = @kOberKategorie
      @kOberKategorie = 12
2016-10-17T13:10:18 DEBUG - [SQL] Dauer: 0ms
2016-10-17T13:10:18 DEBUG - [SQL] SELECT * FROM [tkategorie] WHERE [kOberKategorie] = @kOberKategorie
      @kOberKategorie = 129
2016-10-17T13:10:18 DEBUG - [SQL] Dauer: 0ms
Zeitstempel: 2016-10-17T13:10:48
Locale: German (Germany)
Locale: German (Germany)
Version: 1.1.4.7
Plattform: Wawi
Versionshash: 41DA7F5F
Prozessname: System.Diagnostics.Process (JTL-wawi)
Physikalischer Speicher: 950632448 / Peak: 953692160
Basispriorität: 8
Prioritätsklasse: Normal
CPU-Zeit (User): 0:00:17,9375
CPU-Zeit (System): 0:00:03,09375
Page-Size (Sytem): 1325520 / Peak: 897593344
Page-Size: 882544640 / Peak: 897593344
Offene Handles: 1141

Was machen wir hier falsch?

Viele Grüße
 

ok_selling

Gut bekanntes Mitglied
5. März 2012
280
10
Manchmal bekommen wir auch diesen Fehler:

Code:
Unbehandelte Ausnahme #723809459A4605DA vom Typ System.InvalidOperationException in Int32 AddToHandle(Original, System.Drawing.Bitmap)
System.InvalidOperationException: Das Bild konnte nicht zur ImageList hinzugefügt werden.
   bei System.Windows.Forms.ImageList.AddToHandle(Original original, Bitmap bitmap)
   bei System.Windows.Forms.ImageList.ImageCollection.Add(Original original, ImageInfo imageInfo)
   bei System.Windows.Forms.ImageList.ImageCollection.Add(String key, Image image)
   bei BrightIdeasSoftware.ObjectListView.AddCheckStateBitmap(ImageList il, String key, CheckBoxState boxState)
   bei BrightIdeasSoftware.ObjectListView.InitializeSubItemCheckBoxImages()
   bei BrightIdeasSoftware.ObjectListView.SetupSubItemCheckBoxes()
   bei BrightIdeasSoftware.ObjectListView.set_UseSubItemCheckBoxes(Boolean value)
   bei JTL.Common.Forms.ListView.Internal.Wrapper.ObjectListViewExtensions.SetupColumns(ObjectListView listview, IReadOnlyCollection`1 columns)
   bei JTL.Common.Forms.ListView.Internal.Wrapper.ColumnGenerator.PostCreateColumns(ObjectListView listView, IListViewCollection collection)
   bei JTL.Common.Forms.ListView.Internal.Wrapper.DataSourceAdapter.CreateColumnsFromSource()
   bei JTL.Common.Forms.ListView.Internal.Wrapper.DataSourceAdapter.InitializeDataSource()
   bei BrightIdeasSoftware.DataSourceAdapter.RebindDataSource(Boolean forceDataInitialization)
   bei BrightIdeasSoftware.DataSourceAdapter.set_DataSource(Object value)
   bei BrightIdeasSoftware.FastDataListView.set_DataSource(Object value)
   bei JTL.Common.Forms.ListView.Internal.Wrapper.ListViewWrapper`1.set_DataSource(Object value)
   bei jtlCore.Forms.ArtikelVerwaltung.Artikeldetails.UserControls.Attribute.ArtikelAttributEditorView.Qh1pxGIQjcf()
   bei jtlCore.Forms.ArtikelVerwaltung.Artikeldetails.UserControls.Attribute.ArtikelAttributEditorView.ysLpxMuQ7Jk(Object , PropertyChangedEventArgs )
   bei jtlTools.MVVM.ObservableObject.RaisePropertyChanged[T](Expression`1 propertyExpression)
   bei jtlCore.Models.MVCModels.ArtikelDetails.ViewModels.Attribute.ArtikelAttributEditorViewModel.set_CurrentSelectedAttribut(IAttribut value)
   bei jtlCore.ControllerClasses.ArtikelDetails.Attribute.ArtikelAttributCreateController.NWq0aIu54Wc(Object , ActionRunEventArgs`1 actionRunEventArgs)
   bei jtlControls.Actions.ElementAction`2.OnRun()
   bei jtlCore.Forms.Einstellungen.Attribute.AttributAssignment.AttributAssignmentSelectorView.f4QifvmIF2W(Object , EventArgs )
   bei JTL.Common.Forms.ListView.Internal.Wrapper.ListViewWrapper`1.OnSelectionChanged(EventArgs args)
   bei JTL.Common.Forms.ListView.Internal.Wrapper.ListViewWrapper`1.<InitializeListView>b__6(Object sender, EventArgs args)
   bei System.EventHandler.Invoke(Object sender, EventArgs e)
   bei BrightIdeasSoftware.ObjectListView.OnSelectionChanged(EventArgs e)
   bei BrightIdeasSoftware.ObjectListView.HandleApplicationIdle(Object sender, EventArgs e)
   bei BrightIdeasSoftware.TreeListView.HandleApplicationIdle(Object sender, EventArgs e)
   bei System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FDoIdle(Int32 grfidlef)
   bei System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
   bei System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
   bei System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
   bei System.Windows.Forms.Application.RunDialog(Form form)
   bei System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
   bei jtlCore.ControllerClasses.MVCController.DialogViewControllerBase.ShowViewAsDialog(Form view)
   bei jtlCore.ControllerClasses.ArtikelDetails.Attribute.ArtikelAttributCreateController.ShowDialog()
   bei jtlCore.ControllerClasses.ArtikelDetails.Attribute.ArtikelAttributeController.ewn0Hm0sC9P(Object , EventArgs )
   bei jtlControls.Actions.SimpleAction.OnRun()
   bei jtlCore.Forms.ArtikelVerwaltung.Artikeldetails.UserControls.Attribute.ArtikelAttributeView.tQipxzEhMn7(Object , EventArgs )
   bei System.Windows.Forms.Control.OnClick(EventArgs e)
   bei System.Windows.Forms.Button.OnClick(EventArgs e)
   bei System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   bei System.Windows.Forms.Control.WndProc(Message& m)
   bei System.Windows.Forms.ButtonBase.WndProc(Message& m)
   bei System.Windows.Forms.Button.WndProc(Message& m)
   bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

2016-10-13T13:36:41 DEBUG - [SQL] Dauer: 0ms
2016-10-13T13:36:41 DEBUG - [SQL] SELECT * FROM [tAttributSprache] WHERE [kAttribut] = @kAttribut
      @kAttribut = 47
2016-10-13T13:36:41 DEBUG - [SQL] Dauer: 0ms
2016-10-13T13:36:41 DEBUG - [SQL] SELECT * FROM [tAttributSprache] WHERE [kAttribut] = @kAttribut
      @kAttribut = 60
2016-10-13T13:36:41 DEBUG - [SQL] Dauer: 0ms
2016-10-13T13:36:41 DEBUG - [SQL] SELECT * FROM [tAttributSprache] WHERE [kAttribut] = @kAttribut
      @kAttribut = 59
2016-10-13T13:36:41 DEBUG - [SQL] Dauer: 0ms
2016-10-13T13:36:41 DEBUG - [SQL] SELECT * FROM [tAttributSprache] WHERE [kAttribut] = @kAttribut
      @kAttribut = 58
2016-10-13T13:36:41 DEBUG - [SQL] Dauer: 0ms
2016-10-13T13:36:41 DEBUG - [SQL] SELECT * FROM [tAttributSprache] WHERE [kAttribut] = @kAttribut
      @kAttribut = 57
2016-10-13T13:36:41 DEBUG - [SQL] Dauer: 0ms
2016-10-13T13:36:41 DEBUG - [SQL] SELECT * FROM [tAttributSprache] WHERE [kAttribut] = @kAttribut
      @kAttribut = 56
2016-10-13T13:36:41 DEBUG - [SQL] Dauer: 0ms
2016-10-13T13:36:41 DEBUG - [SQL] SELECT * FROM [tAttributSprache] WHERE [kAttribut] = @kAttribut
      @kAttribut = 55
2016-10-13T13:36:41 DEBUG - [SQL] Dauer: 0ms
2016-10-13T13:36:41 DEBUG - [SQL] SELECT * FROM [tAttributSprache] WHERE [kAttribut] = @kAttribut
      @kAttribut = 54
2016-10-13T13:36:41 DEBUG - [SQL] Dauer: 0ms
2016-10-13T13:36:41 DEBUG - [SQL] SELECT * FROM [tAttributSprache] WHERE [kAttribut] = @kAttribut
      @kAttribut = 51
2016-10-13T13:36:41 DEBUG - [SQL] Dauer: 0ms
2016-10-13T13:36:41 DEBUG - [SQL] SELECT * FROM [tAttributSprache] WHERE [kAttribut] = @kAttribut
      @kAttribut = 49
2016-10-13T13:36:41 DEBUG - [SQL] Dauer: 0ms
2016-10-13T13:36:41 DEBUG - [SQL] SELECT * FROM [tAttributSprache] WHERE [kAttribut] = @kAttribut
      @kAttribut = 80
2016-10-13T13:36:41 DEBUG - [SQL] Dauer: 0ms
2016-10-13T13:36:42 DEBUG - [SQL] SELECT * FROM [tAttributSprache] WHERE [kAttribut] = @kAttribut
      @kAttribut = 124
2016-10-13T13:36:42 DEBUG - [SQL] Dauer: 0ms
Zeitstempel: 2016-10-13T13:37:21
Locale: German (Germany)
Locale: German (Germany)
Version: 1.1.4.7
Plattform: Wawi
Versionshash: 41DA7F5F
Prozessname: System.Diagnostics.Process (JTL-wawi)
Physikalischer Speicher: 145461248 / Peak: 678232064
Basispriorität: 8
Prioritätsklasse: Normal
CPU-Zeit (User): 0:02:49,125
CPU-Zeit (System): 0:01:41,09375
Page-Size (Sytem): 1397464 / Peak: 639918080
Page-Size: 199344128 / Peak: 639918080
Offene Handles: 1232
 
Status
Es sind keine weiteren Antworten möglich.