so you actually are retrieving images from files? am i right? if so, i think you just try to add images in a folder in the solution files. then it would be very much easier to access those files. minimum problem occurs. it would be just something like:
<Image Source="/image.jpg" />
in XAML.
<Image Source="/image.jpg" />
in XAML.