Windows error 0x80073D01, -2147009279

Detailed Error Information

DEPLOYMENT_BLOCKED_BY_POLICY[1]

MessageThe package deployment operation is blocked by policy. Please contact your system administrator.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code15617 (0x3d01)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x00003d01.

Questions

0votes
1answer

Error DEP0700: Registration of the app failed. [0x80073D01] error 0x800704EC: Deployment of package...was blocked by AppLocker

I face an error while developing my first UWP app in VS2017 when trying to debug it: > Error DEP0700: Registration of the app failed. [0x80073D01] error 0x800704EC: > Deployment of package > 8e2a71c5-f6b4-4f7c-85d5-bf08d20480bf_1.0.0.0_x86__3ckqwrg1r85qm was blocked by > AppLocker. Stack trace on the main page (???): (Update 2018-11-12) > System.Exception [...] read more
xaml
uwp
visual-studio-2017
windows-10
version

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