Splash screen doesn't close after win32App run #3703
Unanswered
EvgenPervenenko
asked this question in
General
Replies: 1 comment 3 replies
-
Make sure to call ReportCompleted() on the ShareOperation in the activation arguments |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Good time of day, I have test win32 application with manifest TestApp.exe.manifest
<msix xmlns="urn:schemas-microsoft-com:msix.v1" publisher="CN=TestPublisher" packageName="TestApp" applicationId="TestApp"/>
and I am registering AppxManifest.xml for shareTarget using TestApp
but when I share .png using shareTarget, TestApp.exe run and splash screen not closing, if Executable is wrong it is closing, seems I am missing something
Beta Was this translation helpful? Give feedback.
All reactions