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='Initialization of 'System.Windows.Controls.TextBlock' threw an exception.' Line number '26' and line position '36'.
Source=PresentationFramework
StackTrace:
at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri)
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 Claudable.Windows.DragAdorner.InitializeComponent() in D:\GitHub\ChrisTorng\cloned\Claudable\Claudable\Windows\DragAdorner.xaml:line 1
This exception was originally thrown at this call stack:
[External Code]
Inner Exception 1:
IndexOutOfRangeException: Index was outside the bounds of the array.
Seems like error on TextBlock Text="{Binding Path}":
The text was updated successfully, but these errors were encountered:
I've been unable to reproduce this issue unfortunately, even removing the temporary files that claudable creates which would affect that startup state I haven't reproduced this issue.
This may be affected by OS version, or maybe installed .NET SDK?
Clone and run in VS 2022, got this:
Seems like error on
TextBlock Text="{Binding Path}"
:The text was updated successfully, but these errors were encountered: