You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.Windows.Markup.XamlParseException
HResult=0x80131501
Message='Provide value on 'System.Windows.Markup.StaticResourceHolder' threw an exception.' Line number '202' and line position '10'.
Source=PresentationFramework
StackTrace:
at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
at MaterialDesignDemo.FieldsLineUp.InitializeComponent() in C:\Git\GitHub\MaterialDesignInXamlToolkit\src\MainDemo.Wpf\FieldsLineUp.xaml:line 1
This exception was originally thrown at this call stack:
System.Windows.Style.Seal()
System.Windows.Style.System.Windows.ISealable.Seal()
System.Windows.StyleHelper.SealIfSealable(object)
System.Windows.ResourceDictionary.SealValue(object)
System.Windows.ResourceDictionary.OnGettingValue(object, ref object, out bool)
System.Windows.ResourceDictionary.OnGettingValuePrivate(object, ref object, out bool)
System.Windows.ResourceDictionary.GetValueWithoutLock(object, out bool)
System.Windows.ResourceDictionary.GetValue(object, out bool)
System.Windows.DeferredResourceReference.GetValue(System.Windows.BaseValueSourceInternal)
System.Windows.StaticResourceExtension.TryProvideValueImpl(System.IServiceProvider, bool, bool)
...
[Call Stack Truncated]
Inner Exception 1:
InvalidOperationException: Can only base on a Style with target type that is base type 'UpDownBase'.
Version
master branch
The text was updated successfully, but these errors were encountered:
Bug explanation
Reproduction steps:
System.Windows.Markup.XamlParseException
HResult=0x80131501
Message='Provide value on 'System.Windows.Markup.StaticResourceHolder' threw an exception.' Line number '202' and line position '10'.
Source=PresentationFramework
StackTrace:
at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
at MaterialDesignDemo.FieldsLineUp.InitializeComponent() in C:\Git\GitHub\MaterialDesignInXamlToolkit\src\MainDemo.Wpf\FieldsLineUp.xaml:line 1
This exception was originally thrown at this call stack:
System.Windows.Style.Seal()
System.Windows.Style.System.Windows.ISealable.Seal()
System.Windows.StyleHelper.SealIfSealable(object)
System.Windows.ResourceDictionary.SealValue(object)
System.Windows.ResourceDictionary.OnGettingValue(object, ref object, out bool)
System.Windows.ResourceDictionary.OnGettingValuePrivate(object, ref object, out bool)
System.Windows.ResourceDictionary.GetValueWithoutLock(object, out bool)
System.Windows.ResourceDictionary.GetValue(object, out bool)
System.Windows.DeferredResourceReference.GetValue(System.Windows.BaseValueSourceInternal)
System.Windows.StaticResourceExtension.TryProvideValueImpl(System.IServiceProvider, bool, bool)
...
[Call Stack Truncated]
Inner Exception 1:
InvalidOperationException: Can only base on a Style with target type that is base type 'UpDownBase'.
Version
master branch
The text was updated successfully, but these errors were encountered: