WinUI 3 'XAML parsing failed' when adding <TextBox/> #8075
Labels
bug
Something isn't working
no-issue-activity
team-Markup
Issue for the Markup team
team-Rendering
Issue for the Rendering team
Describe the bug
Exception thrown Microsoft.UI.Xaml.Markup.XamlParseException: 'XAML parsing failed.' when adding to XAML file. After removing everything works flawlessly.
Steps to reproduce the bug
Details
Microsoft.UI.Xaml.Markup.XamlParseException
HResult=0x802B000A
Message=XAML parsing failed.
Source=WinRT.Runtime
StackTrace:
at WinRT.ExceptionHelpers.g__Throw|20_0(Int32 hr)
at ABI.Microsoft.UI.Xaml.IApplicationStaticsMethods.LoadComponent(IObjectReference _obj, Object component, Uri resourceLocator, ComponentResourceLocation componentResourceLocation)
at Microsoft.UI.Xaml.Application.LoadComponent(Object component, Uri resourceLocator, ComponentResourceLocation componentResourceLocation)
at TextBoxBug.Views.MainPage.InitializeComponent() in C:\Users\User\source\repos\TextBoxBug\obj\x86\Debug\net6.0-windows10.0.19041.0\win10-x86\Views\MainPage.g.i.cs:line 39
Expected behavior
No parsing error expected.
Screenshots
NuGet package version
None
Windows version
Windows 10 (21H2): Build 19044
Additional context
No response
The text was updated successfully, but these errors were encountered: