I am running my UWP application like -
powershell.exe -noprofile -Command iotstartup run MyApplication
Sometimes I am getting error like
ERROR: failed to activate(MyApplication!App): 0x8000000E
What is the meaning of 0x8000000E
error code?
User contributions licensed under CC BY-SA 3.0