DEP0700: Registration of the app failed. [0x80073CFD] Windows cannot deploy to path AppX of file system type exFAT.

KB 21 Reputation points
2021-11-27T15:13:16.85+00:00

Hi!

I create an app that was deployed and run fine when the source code was in the default c:\users\kieki\source\repo. When I moved my source code to a USB device d:\repos\ , it produced the error message :

DEP0700: Registration of the app failed. [0x80073CFD] Windows cannot deploy to path AppX of file system type exFAT.

Can anyone help solve this please? I would be grateful for an answer.

Best regards,
Kiekie

Universal Windows Platform (UWP)
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,573 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
935 questions
0 comments No comments
{count} votes

Accepted answer
  1. Nico Zhu (Shanghai Wicresoft Co,.Ltd.) 12,851 Reputation points
    2021-11-29T01:48:36.023+00:00

    Hello,
    Welcome to Microsoft Q&A!

    Registration of the app failed. [0x80073CFD] Windows cannot deploy to path AppX of file system type exFAT.

    I have to say, you can't install the appx in exFAT file system, derive from the document. A packaged application always runs as an interactive user, and any drive that you install your packaged application on to must be formatted to NTFS format. So the only support file system is NTFS format for UWP app.

    Thank you.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    2 people found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful