I have a problem, I created an application in WPF, and I put a menu that will have images in the items. When I view the image in VS it is ok, but when I run the application the images do not appear. No source is this way?
<Image Source="Image/minhaimagem.png" />
Is there any configuration that should be done? or something like that?
Thanks in advance.