Missing SplashScreenImage from the Windows Phone 8 Project template

When you create a new project targeting the Windows Phone 7.1, you will see that a jpg file with name “SplashScreenImage.jpg” is being added to your Project folder.

By default, the SplashScreenImage.jpg is removed from the Windows Phone 8 project template when creating a new project.

You can add the splash screen to your Windows Phone 8 project by simply adding a file with the same name as “SplashScreenImage.jpg” and set its build action to “content” and copy to output folder.

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

In this post, you’ll learn about the Win32 Error “0x000019E5 – ERROR_COULD_NOT_RESIZE_LOG” that you get when debugging system erors in...
In this post, you’ll learn about the error “CO_E_DBERROR 0x8004E02B” that is returned when working with COM based APIs or...
In this post, you’ll learn about the Win32 Error “0x000019D0 – ERROR_LOG_BLOCK_VERSION” that you get when debugging system erors in...