Windows error 0x8027025A, -2144927142

Detailed Error Information

E_APPLICATION_ACTIVATION_TIMED_OUT[1]

MessageThe app didn't start in the required time.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode39 (0x027)
NameFACILITY_SHELL[2][1]
DescriptionThe source of the error code is the user Shell.[2][1]
Error Code602 (0x025a)

Questions

5votes
4answers

ASP.Net Core solution migrated from 2.2 to 3.1 won't run when published

This is the second project I have updated from ASP.Net Core 2.2 to 3.1. The first one runs fine. The second one runs fine in Visual Studio (2019), but when you publish it and run it from dotnet CLI the console just hangs indefinitely, no output in the console and [...] read more
asp.net
asp.net-core
iis
0votes
0answers

Xbox One S startup error: While trying to switch from retail to Dev mode, it crashed with error series E200

Also, the Dev mode activation app is stuck @ step 4 (I think it's a known issue) And Devkit App stops with 0x8027025a error. Is anyone else facing a similar problem?‏‏‏‏‏‏‏‏‏‏‏‏ read more
uwp
xbox-one
0votes
0answers

Failures when starting background tasks

I am having the UWP application that was converted from Windows Store app. Windows Store app was using ControlChannelTrigger. Now as I am trying to run this app on Windows 10 (converted), I find that background tasks fail to start. I see the following in the event log: The background [...] read more
uwp

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0