You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The article implies that EntryPoint="$targetentrypoint$" will be built into EntryPoint="Windows.PartialTrustApplication" auto-magically after adding uap10-related attributes – but it’s still EntryPoint="Windows.FullTrustApplication" regardless.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
What I did:
The result:
DEP0700 [0x80080204]
bin\x64\Debug\net8.0-windows10.0.19041.0\win-x64\AppxManifest.xml
there’s<Application Id="App" Executable="MsixContainerIssue.exe" EntryPoint="Windows.FullTrustApplication" uap10:TrustLevel="appContainer" uap10:RuntimeBehavior="packagedClassicApp">
Sample project: https://github.com/dogfuntom/MsixContainerIssue/commits/main/
conclusion
The article implies that
EntryPoint="$targetentrypoint$"
will be built intoEntryPoint="Windows.PartialTrustApplication"
auto-magically after addinguap10
-related attributes – but it’s stillEntryPoint="Windows.FullTrustApplication"
regardless.The text was updated successfully, but these errors were encountered: