System.Windows.Markup.XamlParseException occurred ClassCanOnlyBeUsedOnLoadComponent'. I was blank when this error has shot. Finally caught hold of the problem - A Space .
All I had to do was to remove the space. Replace
x:Class ="SabarimalaiAyyapa.Page2"
with
x:Class="SabarimalaiAyyapa.Page2"