How do I deploy a solution in Visual Studio 2013

1

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?

c#
visual-studio-2013
asked on Stack Overflow Jun 8, 2015 by user186242 • edited Jun 8, 2015 by paulofer85

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0