Hi
My Windows Store Xaml file looks like this ...
<Image Source = "StaticResource PreviousNewsItem">
The Resource Dictionary entry reads thus
<ImageSource x:key="PreviousNewsItem">c:\App\Graphics\back.png</ImageSource>
The back.png file properties are
Build action = Content
Copy To Output Directory = Copy always
The Xaml file and the Graphics directory are upon the same child line. Howvere when I run the app, no image gets displayed. Any assists very much appreciated.
Thanks