I am creating a custom splash screen with an image being referenced in the pane. Currently I have
<Image Source="Images/trekk.jpg" />
Trekk.jpg is in the Images folder of the project. When I save and build the project.... and start debugging... The splash screen displays with all my changes except for the Image being shown.
Is there something further I need to do?