I have an app that I would like to have run automatically when my Raspberry Pi 2 starts up. The Raspberry Pi 2 is running Windows 10 IoT.
I am able to deploy my app and run it with the Visual Studio 2015 debugger. It works great.
However, when I attempt to start it directly using the 'Start' button under 'Apps' on the Raspberry Pi 2 Device Portal (aka IP:8080 on the device) it says it cannot start the application.
Also, when Attempt to set the application as the Default Startup application, it seems to say it worked, but when I restart, the application does not start up.
What special steps are needed to make it so I can deploy and manually run my application on my Raspberry Pi ?