I've added an image to my Resources.resx file. I reference it like this:
<Image Source="{Binding MyImage}"/>
In the designer, I do see a squiggly blue line under the above. It says
The resource "MyImage" could not be resolved.
At runtime, it throws this error:
Provide value on 'System.Windows.Markup.StaticResourceHolder' threw an exception.
Any ideas what I'm doing wrong?