I\'m in the process of building a WPF application and ran into an error when trying to reference a resource dictionary. Inside my WPF application project I have a folder cal
I had the same issue, but setting Build Action = Page did not solve for me. Turned out I needed to use the Pack URI Format. So,
EDIT
Turns out the above will eliminate build error but still results in runtime error. I needed to include full assembly specification for complete resolution (even though all files are in same assembly):