András Tóth‘s professional blog
banditoth.net

Hey there 👋, I’m banditoth a .NET MAUI developer from Hungary.
I write about software development with .NET technologies.

You can find me on:
LinkedIn | Github | StackOverflow | X / Twitter | Threads

Tag: deployment fail

  • Xamarin.UWP deployment failure: 0x80073D1F

    This content has 3 years. Some of the information in this post may be out of date or no longer work. Please, read this page keeping its age in your mind.
    Registering the application to run from layout...
    DEP0700: Registration of the app failed. [0x80073D1F] 
    	DeploymentSucceeded = False
    	DeploymentError = Err_Deploy_Register
    	DeploymentUserError = False
    	DeploymentHRESULT = 2147958047
    	HasSharedCode = False
    	Target.Id = 512
    	ProjectGuid = {5894aed2-9bb1-434b-8b49-3b86572709b7}
    	Project.TargetPlatformVersion = 10.0.19041.0
    	Project.TargetPlatformMinVersion = 10.0.17763.0
    Deleting file "vs.appxrecipe" from layout...
    DeployAsync: END (Failure, 0:00:01.499)
    Deploy: END (Failure, 0:00:01.5)
    

    Solution

    Remove your application source code from shared folder
    or
    You are being signed in with my Microsoft account in windows instead of the local user account
    or
    Visual Studio is not able to delete the application data in your local packages folder, go to C:\Users\<YOURNAME>\AppData\Local\Packages\ folder, and delete your applications folder manually.
    or
    browse more solution at here
    🙂