Windows error 0x80073D05, -2147009275

Detailed Error Information

DELETING_EXISTING_APPLICATIONDATA_STORE_FAILED[1]

MessageAn error occurred while deleting the package's previously existing application data.
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 Code15621 (0x3d05)

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

Questions

14votes
5answers

UWP Deployment Error after deploying to store - Windows 10

Since deploying my UWP app for windows 10 in the store (beta & private), I can no longer deploy it to my phone (ARM), Tablet Simulator (x86) and my local machine (Surface Pro 3) for testing. I've rebooted both my phone and my SP3 but I'm still getting the same [...] read more
win-universal-app
uwp
windows-10-universal
4votes
2answers

Visual Studio - Registration of the app failed after uninstalling app

I am developing a Universal Windows 10 app and I get an annoying problem every time I try to run project after I uninstall the app from windows start menu. The scenario is: 1. I run project on local machine - app is running good; 2. I press Shift+F5 to [...] read more
c#
visual-studio
win-universal-app
0votes
1answer

Windows 8.1 Pro x64 None of the Modern UI apps work, Powershell, CMD, and wsreset returns error

So, today somehow my pc got messed up while I wasn't home, don't ask how because i don't know (maybe a windows update gone wrong, or ghosts were messing with it :) ) First it started with black scrn after login that I fixed it by refreshing Windows from an [...] read more
windows-8
powershell
modern-ui
windows-store-app
0votes
0answers

Cannot debug UWP app on Simulator: foreground can not be acquired

With Visual Studio for Windows, if I debug my Xamarin.Forms UWP app in "Local Machine" it works fine, but if I choose "Simulator", I get the following error when launching the debug session: > Unable to activate Windows Store app > '10509MyNameAndSurname.myappname_6k78edmmrpdam!App'. The activation request > failed with error 'Activate [...] read more
windows
visual-studio
xamarin.forms
uwp
windows-10
-1votes
0answers

Code: 0x80073D05 error while downloading Ubuntu (windows subsystem for Linux) from windows marketplace

I have installed windows subsystem for Linux following steps (https://docs.microsoft.com/en-us/windows/wsl/install-win10) on my Windows 10 laptop. OS Name: Microsoft Windows 10 Enterprise OS Version: 10.0.18363 N/A Build 18363 But when I try to get the Ubuntu via link:https://aka.ms/wslstore enter image description here [https://i.stack.imgur.com/ctSs1.png] I am getting error as shown below: enter [...] read more
windows-10
windows-subsystem-for-linux

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