The open angle bracket character '<' is not valid in an attribute


I got this error in the designer while building my WPF application.

OpenAngle.jpg

This error is because less than sign '<' is a representation of a XAML element. 

To fix the problem, you must use '&lt; as shown below. 

Content="&lt;&lt; Left"