1

I have a UWP background app that previously ran on Windows IoT Core that I now need to run on Windows IoT Enterprise (Windows 10 Enterprise) and have been following this tutorial to try and debug it on the remote machine.

Unfortunately whenever I run iotstartup list to try and set my program as a startup task I get the error Application data is not ready: 0x80004002

When debugging directly onto the machine, the code doesn't hit the initial breakpoint as background tasks only automatically start on IoT Core.

Richard Chambers
  • 16,643
  • 4
  • 81
  • 106
  • Where is your "initial breakpoint"? – Rita Han Dec 22 '17 at 06:11
  • public async void Run(IBackgroundTaskInstance taskInstance) The initial entrypoint. That's less of an issue as another 1 line test app that gets past the entry point still won't show up - the **iotstartup list** just won't play ball – Oliver Hathaway Dec 22 '17 at 14:02
  • In order to run background application on IoT Enterprise, you need [enable embedded mode](https://learn.microsoft.com/en-us/windows/iot-core/develop-your-app/embeddedmode). – Rita Han Feb 20 '18 at 07:46

0 Answers0