i get an Exception during (UIElement)XamlReader.Load(…) which says
'Cannot create unknown type 'TextBox'.' Line number '1' and line position '2'.
on the following xaml:
<TextBox Name="inputMyFirstString" BorderThickness="0" HorizontalAlignment="Stretch" Text="test"></TextBox>
What did i wrong?
I think, this is due to missing namespace. Try