I am currently developing some applications in Visual Studio within Parallels and my overall experience is very smooth. I really like the ability of having macOS filesystem being almost transparently available to Win 10 as remote disks using PrlSF.
However, I have just a single problem: if I try to build an UWP application inside a folder on macOS, Visual Studio will complain about not having all the necessary permissions to complete the build and deploy the application.
The error I get is:
DEP0700: Registration of the app failed. [0x80073CF0] error 0x80070003: Opening file from location: AppxManifest.xml failed with error: The system cannot find the path specified..
After googling the error it appears I need to give SYSTEM permissions to access the folder, but I am not sure how to do that, when the disk is mounted as PrlSF.
However, I have just a single problem: if I try to build an UWP application inside a folder on macOS, Visual Studio will complain about not having all the necessary permissions to complete the build and deploy the application.
The error I get is:
DEP0700: Registration of the app failed. [0x80073CF0] error 0x80070003: Opening file from location: AppxManifest.xml failed with error: The system cannot find the path specified..
After googling the error it appears I need to give SYSTEM permissions to access the folder, but I am not sure how to do that, when the disk is mounted as PrlSF.