Windows error 0x80073CFB, -2147009285

Detailed Error Information

PACKAGE_ALREADY_EXISTS[1]

MessageThe provided package is already installed, and reinstallation of the package was blocked. Check the AppXDeployment-Server event log for details.
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 Code15611 (0x3cfb)

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

Questions

2votes
2answers

Can't deploy even blank app to Windows IoT on RPi2

I'm using Windows 10 (10.0.14393) with enabled developer mode. I have latest update of Visual Studio 2015. What I'm doing (note this is blank project with Windows IoT Extension for the UWP ver. 10.0.14393.0): 1. Start remote debugger at RPi and setup VS at address (without Authentication mode) 2. Start [...] read more
visual-studio-2015
raspberry-pi2
windows-10-iot-core
1vote
1answer

Code: 0x80073CFB downloading my own app from Microsoft Store

I submitted a private windows app to Microsoft Store. The app is c# framework 4.7.2 with Entity Framework, XAF and makes use of the Desktop Bridge. When I try to install the app I get the above error code. I have been able to install previous versions of the app. read more
windows-store
xaf
desktop-bridge
1vote
0answers

I can't run my UWP c# App in Kiosk Mode on Windows 10

I have developed a UWP app in C# which runs fine when debugging. I want to prevent users from being able to close it, so want to use kiosk mode. Every time I try to set this app to run in kiosk mode through control panel I get the error [...] read more
c#
uwp
kiosk-mode
1vote
1answer

How to deploy an update of a windows 8 lob/enterprise-app?

I've just completed an update for an lob-app, but when I try to deploy it as an update I get the error ERROR_PACKAGE_ALREADY_EXISTS (0x80073CFB). When I searched for this error I found the following error details: > The provided package is already installed, and reinstallation of the package > is [...] read more
windows-store-apps
sccm
sideloading
line-of-business-app
1vote
2answers

Identify package name of an appx file

Is there an easier way than unzipping the appx file and inspecting files for the given scenario to obtain the full package name of an appx file? I install a specific appx file on a machine with Add-AppxPackage c:\my_data\Microsoft.NET.CoreRuntime.2.2.appx -ForceUpdateFromAnyVersion On second run I get the expected error (copied from [...] read more
windows-10
powershell
uwp
0votes
0answers

UWP Application is not launching in KIOSK mode

My KIOSK application is not even launching in KIOSK mode. Throwing the following error message with error code. "We weren't able to start your app. Press CTRL+ALT+DELETE to sign out or contact your system admin. For more info, search online for error code: 0X80073cfb. Thanks, Balasubramanian S read more
uwp
xamarin.uwp
kiosk-mode
windows-community-toolkit
sideloading
0votes
0answers

DEP0700 : DEP0700: Registration of the app failed. [0x80073CFB] Un autre utilisateur a déjà installé une version décompressée de l’application

I'm doing an UWP app sur Visual studio 2019. I have two accounts on my computer (administrator and user domain) so using tortoise git i recover my projet on my administrator session, because in my administrator session i have my database working fine! the problem is that i have everything [...] read more
c#
sql-server
xaml
uwp
visual-studio-2019
0votes
0answers

VS 2015 Can't deploy in my device

I'm starting developing with VS Comunity 2015 and when I try to deploy my Cordova App on my windows phone 8.1 I get this error: > Error : DEP0001 : Unexpected Error: The provided package is already installed, > and reinstallation of the package was blocked. Check the AppXDeployment-Server > [...] read more
visual-studio
cordova
windows-phone-8
windows-phone-8.1
visual-studio-2015

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