Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppxBundleManifest.xml not in root #13

Closed
RevolutionRob opened this issue Jun 12, 2019 · 6 comments
Closed

AppxBundleManifest.xml not in root #13

RevolutionRob opened this issue Jun 12, 2019 · 6 comments

Comments

@RevolutionRob
Copy link

When following the quick launch instructions I'm getting this error. I can't find a copy of the file anywhere.

DEP0700: Registration of the app failed. [0x80073CF9] Rejecting a request to register from AppxBundleManifest.xml because the manifest is not in the package root. Contoso.App

@SuperDcer
Copy link

I also encountered the same problem, how to solve it?

@yshteinm
Copy link

yshteinm commented Jul 9, 2021

Try to change the property of Package.appxmanifest from Don't copy to Copy if newer

@sagar0000001
Copy link

How to change this property
I mean how to edit in vscode, I am newbie Please guide me

@yshteinm
Copy link

yshteinm commented Nov 9, 2021

@sagaroshiv I already don't remember what we were talking about but from my comment you should right-mouse click on the file then select properties in context menu. One of the properties will have those options.

@MikeHillberg
Copy link

For me this was caused by another user having the app installed. So the fix was (for my app named 'foo', notice the '-all'):

get-appxpackage -all *foo* | remove-appxpackage -all

@Wufus
Copy link

Wufus commented Jun 6, 2024

I’ll describe in more detail the answer that helped me (the same as MikeHillberg)

  1. Get the app "Name" via
    a) Get-AppxPackage -AllUsers | Select Name in PowerShell
    b) In VisualStudio open requested project and open Package.appxmanifest and see Package->Identity->Name
  2. Get-AppxPackage -AllUsers MyProjectName | Remove-AppxPackage -AllUsers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants