Bei einem selbst erstellen Widget führt das Hinzufügen eines Gruppenelementes und darin das Hinzufügen eines Elementes "tabellarische Daten" zu einer Fehlermeldung:
Code
- System.InvalidOperationException
- -----------------
- Die Sequenz enthält kein übereinstimmendes Element.
- -----------------
- bei System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate)
- bei ZetaProducer.Main.Articles.ArticleDataInputs.TabularData.Main.TabularDataControl.SetInformation(StringObjectDictionary values, String fieldName, WebArticle article) in c:\P\ZP\14.1\ZetaProducerMain\Source\Core\Main\Articles\ArticleDataInputs\TabularData\Main\TabularDataControl.cs:Zeile 121.
- bei ZetaProducer.Main.Articles.Common.DataExchange.Impls.DataExchangeImplTabularData.ExchangeControlsData(DataExchangeDirection exchangeDirection, Control control, Boolean onlyArticleStyle, ExchangeContext exchangeContext, Boolean wantValidate, ISimpleLiveNameValueStorage liveOtherValues) in c:\P\ZP\14.1\ZetaProducerMain\Source\Core\Main\Articles\Common\DataExchange\Impls\DataExchangeImplTabularData.cs:Zeile 34.
- bei ZetaProducer.Main.Articles.Common.DataExchange.DataExchangeController.ExchangeData(IList`1 exchangeInformations, IList`1 creationInformations, DataExchangeDirection exchangeDirection, Boolean onlyArticleStyle, ExchangeContext exchangeContext, Boolean wantValidate, ISimpleLiveNameValueStorage liveOtherValues) in c:\P\ZP\14.1\ZetaProducerMain\Source\Core\Main\Articles\Common\DataExchange\DataExchangeController.cs:Zeile 27.
- bei ZetaProducer.Main.Articles.Common.Main.ArticleSurfaceEditorUserControl.doExchangeControlsData(DataExchangeDirection exchangeDirection, Boolean onlyArticleStyle, Boolean wantValidate, ISimpleLiveNameValueStorage liveOtherValues) in c:\P\ZP\14.1\ZetaProducerMain\Source\Core\Main\Articles\Common\Main\ArticleSurfaceEditorUserControl.cs:Zeile 369.
- bei ZetaProducer.Main.Articles.Common.Main.ArticleSurfaceEditorUserControl.ExchangeControlsData(DataExchangeDirection exchangeDirection, Boolean onlyArticleStyle, Boolean wantValidate, ISimpleLiveNameValueStorage liveOtherValues) in c:\P\ZP\14.1\ZetaProducerMain\Source\Core\Main\Articles\Common\Main\ArticleSurfaceEditorUserControl.cs:Zeile 341.
- bei ZetaProducer.Main.Articles.Common.DataExchange.Impls.DataExchangeImplStyleGroup.ExchangeControlsData(DataExchangeDirection exchangeDirection, Control control, Boolean onlyArticleStyle, ExchangeContext exchangeContext, Boolean wantValidate, ISimpleLiveNameValueStorage liveOtherValues) in c:\P\ZP\14.1\ZetaProducerMain\Source\Core\Main\Articles\Common\DataExchange\Impls\DataExchangeImplStyleGroup.cs:Zeile 29.
- bei ZetaProducer.Main.Articles.Common.DataExchange.DataExchangeController.ExchangeData(IList`1 exchangeInformations, IList`1 creationInformations, DataExchangeDirection exchangeDirection, Boolean onlyArticleStyle, ExchangeContext exchangeContext, Boolean wantValidate, ISimpleLiveNameValueStorage liveOtherValues) in c:\P\ZP\14.1\ZetaProducerMain\Source\Core\Main\Articles\Common\DataExchange\DataExchangeController.cs:Zeile 27.
- bei ZetaProducer.Main.Articles.Common.Main.ArticleSurfaceEditorUserControl.doExchangeControlsData(DataExchangeDirection exchangeDirection, Boolean onlyArticleStyle, Boolean wantValidate, ISimpleLiveNameValueStorage liveOtherValues) in c:\P\ZP\14.1\ZetaProducerMain\Source\Core\Main\Articles\Common\Main\ArticleSurfaceEditorUserControl.cs:Zeile 369.
- bei ZetaProducer.Main.Articles.Common.Main.ArticleSurfaceEditorUserControl.ExchangeControlsData(DataExchangeDirection exchangeDirection, Boolean onlyArticleStyle, Boolean wantValidate, ISimpleLiveNameValueStorage liveOtherValues) in c:\P\ZP\14.1\ZetaProducerMain\Source\Core\Main\Articles\Common\Main\ArticleSurfaceEditorUserControl.cs:Zeile 341.
- bei ZetaProducer.Main.Articles.ArticleDataInputsDedicatedDialogs.Normal.ArticleEditForm.coreFillItemToControls() in c:\P\ZP\14.1\ZetaProducerMain\Source\Core\Main\Articles\ArticleDataInputsDedicatedDialogs\Normal\ArticleEditForm.cs:Zeile 410.
- bei ZetaProducer.Main.Articles.ArticleDataInputsDedicatedDialogs.Normal.ArticleEditForm.FillItemToControls() in c:\P\ZP\14.1\ZetaProducerMain\Source\Core\Main\Articles\ArticleDataInputsDedicatedDialogs\Normal\ArticleEditForm.cs:Zeile 373.
- bei ZetaProducer.Main.Articles.Helper.ArticleEditFormBase.OnLoad(EventArgs e) in c:\P\ZP\14.1\ZetaProducerMain\Source\Core\Main\Articles\Helper\ArticleEditFormBase.cs:Zeile 127.
- 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.ScrollableControl.WndProc(Message& m)
- bei System.Windows.Forms.Form.WmShowWindow(Message& m)
- bei System.Windows.Forms.Form.WndProc(Message& m)
- bei DevExpress.XtraEditors.XtraForm.WndProc(Message& msg)
- 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)
Viel Spaß bei der Fehlersuche.
madas