Nick posted this little gem helping us to debug XAML:
Simply add this to your project file:
<!-- under the <PropertyGroup> tag -->
<XamlDebuggingInformation>true</XamlDebuggingInformation>
Now we at least get line number information on the problem :)