I am a rookie at C# development and I am working my way through a book that uses Visual Studio. My problem is that though my application is building successfully, it isn't able to be deployed because of an error. The error says:
Registration of App failed..... error 0x80070003 Cannot install or update package..... because the splash screen image cannot be located. Verify that the package as a splash screen image that can be used.
I don't understand why this is the case because the project generated it's own splash images(the default ones) In the Windows 8.1 solution it is the the assets folder and it's also in the windows phone solution.
Has anyone experience with this error?
User contributions licensed under CC BY-SA 3.0