【发布时间】:2014-04-02 16:29:56
【问题描述】:
我在 (UIElement)XamlReader.Load(...) 期间收到一个异常,上面写着
'Cannot create unknown type 'TextBox'.' Line number '1' and line position '2'.
在以下 xaml 上:
<TextBox Name="inputMyFirstString" BorderThickness="0" HorizontalAlignment="Stretch" Text="test"></TextBox>
我做错了什么?
【问题讨论】: