I moved all of my images into their respective ‘image’ folder in my solution. Now I want to correctly update the application such that I can see my splash screen image. I’ve managed to do this with the other images, but not the splash screen image. I can’t seem to find any way to programmatically specify where the image is located. As of now, I just see a black screen for my splash screen. Here’s an image of what my solution’s file structure looks like:

You can’t. The OS looks for a
SplashScreenImage.jpgin the root of the XAP.You can create your own custom splash page instead if you really want to.