[Bug]: PartialTrustApplication
and isolatedWin32-* Capabilities
can't be declared in one package
#23
Labels
PartialTrustApplication
and isolatedWin32-* Capabilities
can't be declared in one package
#23
Version
Windows: 10.0.25370.1
Repro Steps
According to AppxManifest Document and microsoft/WindowsAppSDK#219 :
EntryPoint="windows.partialTrustApplication"
oruap10:RuntimeBehavior="packagedClassicApp" uap10:TrustLevel="appContainer"
in<Application>
;Add
uap10:TrustLevel="appContainer" previewsecurity2:RuntimeBehavior="appSilo"
in<Application>
.isolatedWin32-*
in<Capabilities>
.Unexpected Results
The application(PartialTrust) can't start, and the application(AppSilo) start properly.
Are there any relation between PartialTrust and AppSilo?
The text was updated successfully, but these errors were encountered: