I would like to insert a picture une a button, and, when i run my application, i have a XmlParseException.
I don't know why :(
<Button Grid.Column="2" HorizontalAlignment="Left" Height="20" Margin="15,2,0,0" VerticalAlignment="Top" Width="41">
<Button.Background>
<ImageBrush ImageSource="Images/search.png" Stretch="None"></ImageBrush>
</Button.Background>
</Button>
Anyone have an idea please ?