I am trying to add a png image resource in a specific Silverlight project folder. I would like to refer to this image with in my tag? I only seem to get this working when the xaml file containing the image tag is located in the same directory as the png file.
For example in the xap file the png file would be located in xap\resource\image1.png and my xaml file would reside in the root directory xap\consumeImageA.xaml.