For me, this was a XAML parsing error. In a data template, I had an extra S between two tags (probably because I pressed S instead of CTRL+S). For example...
s
So, I would suggest you look for poorly formatted XML in the view that causes this exception when displayed.