在(UIElement)XamlReader.Load(...)期间出现异常
'Cannot create unknown type 'TextBox'.' Line number '1' and line position '2'.
Run Code Online (Sandbox Code Playgroud)
在以下xaml上:
<TextBox Name="inputMyFirstString" BorderThickness="0" HorizontalAlignment="Stretch" Text="test"></TextBox>
Run Code Online (Sandbox Code Playgroud)
我怎么了