Home › Forums › WPF controls › Xceed DataGrid for WPF › Updated DataGrid NuGet Package: Missing Ressource "typeToBooleanConverter"
-
AuthorPosts
-
#50132 |
Hi,
I was using the Extended.Wpf.Toolkit version 3.2.0.0 for quite a while now.
After updating to version 3.3.0.0 i got an exception during filling a DataGrid:{"Specifying a value for \" System.Windows.Markup.StaticResourceHolder \ "resulted in an exception."}
with Inner Exception:
"The resource named \" typeToBooleanConverter \ "can not be found. Resource names are case-sensitive."
I cannot view the source, the callstack is .Net and Xceed Libraries (see Callstack at the end of post).
i a little bit helpless here. i am not using the typeToBooleanConverter anywhere in my code. It seems like some library has not the correct Key String.
Do you have any suggestions how to solve this or how i can debug this?> PresentationFramework.dll!System.Windows.Markup.XamlReader.RewrapException(System.Exception e, System.Xaml.IXamlLineInfo lineInfo, System.Uri baseUri) Unknown PresentationFramework.dll!System.Windows.Markup.WpfXamlLoader.Load(System.Xaml.XamlReader xamlReader, System.Xaml.IXamlObjectWriterFactory writerFactory, bool skipJournaledProperties, object rootObject, System.Xaml.XamlObjectWriterSettings settings, System.Uri baseUri) Unknown PresentationFramework.dll!System.Windows.ResourceDictionary.CreateObject(System.Windows.Baml2006.KeyRecord key) Unknown PresentationFramework.dll!System.Windows.ResourceDictionary.OnGettingValue(object key, ref object value, out bool canCache) Unknown PresentationFramework.dll!System.Windows.ResourceDictionary.OnGettingValuePrivate(object key, ref object value, out bool canCache) Unknown PresentationFramework.dll!System.Windows.ResourceDictionary.GetValueWithoutLock(object key, out bool canCache) Unknown PresentationFramework.dll!System.Windows.ResourceDictionary.GetValue(object key, out bool canCache) Unknown PresentationFramework.dll!System.Windows.ResourceDictionary.GetValueWithoutLock(object key, out bool canCache) Unknown PresentationFramework.dll!System.Windows.ResourceDictionary.GetValue(object key, out bool canCache) Unknown PresentationFramework.dll!System.Windows.ResourceDictionary.GetValueWithoutLock(object key, out bool canCache) Unknown PresentationFramework.dll!System.Windows.ResourceDictionary.GetValue(object key, out bool canCache) Unknown PresentationFramework.dll!System.Windows.DeferredThemeResourceReference.GetValue(System.Windows.BaseValueSourceInternal valueSource) Unknown WindowsBase.dll!System.Windows.DependencyPropertyChangedEventArgs.NewValue.get() Unknown PresentationFramework.dll!System.Windows.Controls.Control.OnTemplateChanged(System.Windows.DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e) Unknown WindowsBase.dll!System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs e) Unknown PresentationFramework.dll!System.Windows.FrameworkElement.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs e) Unknown Xceed.Wpf.DataGrid.dll!Xceed.Wpf.DataGrid.Row.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs e) Unknown WindowsBase.dll!System.Windows.DependencyObject.NotifyPropertyChange(System.Windows.DependencyPropertyChangedEventArgs args) Unknown WindowsBase.dll!System.Windows.DependencyObject.UpdateEffectiveValue(System.Windows.EntryIndex entryIndex, System.Windows.DependencyProperty dp, System.Windows.PropertyMetadata metadata, System.Windows.EffectiveValueEntry oldEntry, ref System.Windows.EffectiveValueEntry newEntry, bool coerceWithDeferredReference, bool coerceWithCurrentValue, System.Windows.OperationType operationType) Unknown PresentationFramework.dll!System.Windows.StyleHelper.ApplyStyleOrTemplateValue(MS.Internal.FrameworkObject fo, System.Windows.DependencyProperty dp) Unknown PresentationFramework.dll!System.Windows.StyleHelper.InvalidateContainerDependents(System.Windows.DependencyObject container, ref MS.Utility.FrugalStructList<System.Windows.ContainerDependent> exclusionContainerDependents, ref MS.Utility.FrugalStructList<System.Windows.ContainerDependent> oldContainerDependents, ref MS.Utility.FrugalStructList<System.Windows.ContainerDependent> newContainerDependents) Unknown PresentationFramework.dll!System.Windows.StyleHelper.DoThemeStyleInvalidations(System.Windows.FrameworkElement fe, System.Windows.FrameworkContentElement fce, System.Windows.Style oldThemeStyle, System.Windows.Style newThemeStyle, System.Windows.Style style) Unknown PresentationFramework.dll!System.Windows.StyleHelper.UpdateThemeStyleCache(System.Windows.FrameworkElement fe, System.Windows.FrameworkContentElement fce, System.Windows.Style oldThemeStyle, System.Windows.Style newThemeStyle, ref System.Windows.Style themeStyleCache) Unknown PresentationFramework.dll!System.Windows.FrameworkElement.OnThemeStyleChanged(System.Windows.DependencyObject d, object oldValue, object newValue) Unknown PresentationFramework.dll!System.Windows.StyleHelper.GetThemeStyle(System.Windows.FrameworkElement fe, System.Windows.FrameworkContentElement fce) Unknown PresentationFramework.dll!System.Windows.FrameworkElement.UpdateThemeStyleProperty() Unknown WindowsBase.dll!System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs e) Unknown PresentationFramework.dll!System.Windows.FrameworkElement.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs e) Unknown Xceed.Wpf.DataGrid.dll!Xceed.Wpf.DataGrid.Row.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs e) Unknown WindowsBase.dll!System.Windows.DependencyObject.NotifyPropertyChange(System.Windows.DependencyPropertyChangedEventArgs args) Unknown WindowsBase.dll!System.Windows.DependencyObject.UpdateEffectiveValue(System.Windows.EntryIndex entryIndex, System.Windows.DependencyProperty dp, System.Windows.PropertyMetadata metadata, System.Windows.EffectiveValueEntry oldEntry, ref System.Windows.EffectiveValueEntry newEntry, bool coerceWithDeferredReference, bool coerceWithCurrentValue, System.Windows.OperationType operationType) Unknown WindowsBase.dll!System.Windows.DependencyObject.SetValueCommon(System.Windows.DependencyProperty dp, object value, System.Windows.PropertyMetadata metadata, bool coerceWithDeferredReference, bool coerceWithCurrentValue, System.Windows.OperationType operationType, bool isInternal) Unknown WindowsBase.dll!System.Windows.DependencyObject.SetValue(System.Windows.DependencyProperty dp, object value) Unknown Xceed.Wpf.DataGrid.dll!Xceed.Wpf.DataGrid.DataRow.PrepareDefaultStyleKey(Xceed.Wpf.DataGrid.Views.ViewBase view) Unknown Xceed.Wpf.DataGrid.dll!Xceed.Wpf.DataGrid.Row.OnParentGridControlChanged(System.Windows.DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e) Unknown WindowsBase.dll!System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs e) Unknown PresentationFramework.dll!System.Windows.FrameworkElement.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs e) Unknown Xceed.Wpf.DataGrid.dll!Xceed.Wpf.DataGrid.Row.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs e) Unknown WindowsBase.dll!System.Windows.DependencyObject.NotifyPropertyChange(System.Windows.DependencyPropertyChangedEventArgs args) Unknown WindowsBase.dll!System.Windows.DependencyObject.UpdateEffectiveValue(System.Windows.EntryIndex entryIndex, System.Windows.DependencyProperty dp, System.Windows.PropertyMetadata metadata, System.Windows.EffectiveValueEntry oldEntry, ref System.Windows.EffectiveValueEntry newEntry, bool coerceWithDeferredReference, bool coerceWithCurrentValue, System.Windows.OperationType operationType) Unknown WindowsBase.dll!System.Windows.DependencyObject.SetValueCommon(System.Windows.DependencyProperty dp, object value, System.Windows.PropertyMetadata metadata, bool coerceWithDeferredReference, bool coerceWithCurrentValue, System.Windows.OperationType operationType, bool isInternal) Unknown WindowsBase.dll!System.Windows.DependencyObject.SetValue(System.Windows.DependencyPropertyKey key, object value) Unknown Xceed.Wpf.DataGrid.dll!Xceed.Wpf.DataGrid.DataGridControl.CreateContainerForItem() Unknown Xceed.Wpf.DataGrid.dll!Xceed.Wpf.DataGrid.CustomItemContainerGenerator.CreateNextItemContainer(object item) Unknown Xceed.Wpf.DataGrid.dll!Xceed.Wpf.DataGrid.CustomItemContainerGenerator.CreateContainerForItem(object dataItem, Xceed.Wpf.DataGrid.GeneratorNode node) Unknown Xceed.Wpf.DataGrid.dll!Xceed.Wpf.DataGrid.CustomItemContainerGenerator.GenerateNextLocalContainer(out bool isNewlyRealized) Unknown Xceed.Wpf.DataGrid.dll!Xceed.Wpf.DataGrid.CustomItemContainerGenerator.System.Windows.Controls.Primitives.IItemContainerGenerator.GenerateNext(out bool isNewlyRealized) Unknown Xceed.Wpf.DataGrid.dll!Xceed.Wpf.DataGrid.Views.TableViewItemsHost.GenerateContainer(Xceed.Wpf.DataGrid.ICustomItemContainerGenerator generator, int index, bool forceMeasure) Unknown Xceed.Wpf.DataGrid.dll!Xceed.Wpf.DataGrid.Views.TableViewItemsHost.PageGenerator.CreateContainer(int realizedIndex) Unknown Xceed.Wpf.DataGrid.dll!Xceed.Wpf.DataGrid.Views.TableViewItemsHost.TopBottomPageGenerator.GenerateContainers(int startIndex, int itemCount, double availableHeight, double extendedHeight, bool fillLastPage) Unknown Xceed.Wpf.DataGrid.dll!Xceed.Wpf.DataGrid.Views.TableViewItemsHost.PageGenerator.Generate(System.Collections.Generic.IEnumerable<Xceed.Wpf.DataGrid.Views.LayoutedContainerInfo> layoutedContainers, Xceed.Wpf.DataGrid.Views.TableViewPage lastGeneratedPage) Unknown Xceed.Wpf.DataGrid.dll!Xceed.Wpf.DataGrid.Views.TableViewItemsHost.GeneratePage(Xceed.Wpf.DataGrid.Views.TableViewItemsHost.PageGenerator pageGenerator) Unknown Xceed.Wpf.DataGrid.dll!Xceed.Wpf.DataGrid.Views.TableViewItemsHost.GeneratePageAndUpdateIScrollInfoValues(System.Windows.Size availableSize, bool forceMeasure) Unknown Xceed.Wpf.DataGrid.dll!Xceed.Wpf.DataGrid.Views.TableViewItemsHost.MeasureOverride(System.Windows.Size availableSize) Unknown PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown PresentationCore.dll!System.Windows.ContextLayoutManager.UpdateLayout() Unknown PresentationCore.dll!System.Windows.ContextLayoutManager.UpdateLayoutCallback(object arg) Unknown PresentationCore.dll!System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks() Unknown PresentationCore.dll!System.Windows.Media.MediaContext.RenderMessageHandlerCore(object resizedCompositionTarget) Unknown PresentationCore.dll!System.Windows.Media.MediaContext.RenderMessageHandler(object resizedCompositionTarget) Unknown WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) Unknown WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(object source, System.Delegate callback, object args, int numArgs, System.Delegate catchHandler) Unknown WindowsBase.dll!System.Windows.Threading.DispatcherOperation.InvokeImpl() Unknown mscorlib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx) Unknown mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx) Unknown mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state) Unknown WindowsBase.dll!MS.Internal.CulturePreservingExecutionContext.Run(MS.Internal.CulturePreservingExecutionContext executionContext, System.Threading.ContextCallback callback, object state) Unknown WindowsBase.dll!System.Windows.Threading.DispatcherOperation.Invoke() Unknown WindowsBase.dll!System.Windows.Threading.Dispatcher.ProcessQueue() Unknown WindowsBase.dll!System.Windows.Threading.Dispatcher.WndProcHook(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) Unknown WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) Unknown WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) Unknown WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) Unknown WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(object source, System.Delegate callback, object args, int numArgs, System.Delegate catchHandler) Unknown WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) Unknown WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) Unknown [Native to Managed Transition] [Managed to Native Transition] WindowsBase.dll!System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame frame) Unknown PresentationFramework.dll!System.Windows.Application.RunDispatcher(object ignore) Unknown PresentationFramework.dll!System.Windows.Application.RunInternal(System.Windows.Window window) Unknown XXX.exe!XXX.Main() Unknown
-
AuthorPosts
- You must be logged in to reply to this topic.