Windows error 0x802A0201, -2144730623

Detailed Error Information

UI_E_WINDOW_CLOSED[1]

MessageThe operation cannot be completed because the window is being closed.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode42 (0x02a)
NameFACILITY_UI[1]
Error Code513 (0x0201)

Questions

2votes
0answers

Share targets + existing apps

I have an app that's built on UWP in C#. It is a share target for a few types - photos, URLs, text. When ran in isolation, those share contracts work just fine. However, if the app was already running when the share target is activated, things become unpredictable. MSDN [...] read more
c#
.net
win-universal-app
2votes
1answer

Share target Contract chrash after ReportCompleted

I am facing a problem with implementing a share target contract in a Windows 8 store application. I am doing a file upload in the share target. After clicking on my share button I start with: _shareArgs.ShareOperation.ReportStarted(); _shareArgs.ShareOperation.ReportSubmittedBackgroundTask(); Followe by uplaoding the files and awaiting their tasks. After that I [...] read more
c#
windows
windows-runtime
share
windows-store-apps
1vote
2answers

How to activate app through protocol activation from share charm

I am trying to activate my app from its own share contract (please - don't comment about whether or not this is okay to do from a Certification point of view... The app activation is done through a button on the share contract UI and will not happen unless the [...] read more
c#
xaml
windows-8
windows-store-apps

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