This error seems to be posted all over the place but each one seems to have its own solution, none of which solved my problem.
I am getting an error for a Resource D
it's an old question but, the problem comes from the .csproj. Be sure the "page" element is defined before the "compile" element in the "itemgroup" section.
Good :
... Designer MSBuild:Compile StatusBar.xaml …
Not good :
... StatusBar.xaml Designer MSBuild:Compile …
regards,