Forum Discussion
Aug 07, 2018
MSIX Runtime: support for share folder creation needed.
Running a MSIX package on a domain joined machine, logged in as a domain admin. The MSIX application works with a file from a network share. The user and machine accounts have full permissions on the share (and folders). The MSIX app calls:
System.IO.Directory.CreateDirectory(foldername)
to create a folder on the network share. This call succeeds in a native install of the application, but fails with a ACCESS_DENIED
4 Replies
Sort By
- Nona Sirakova
Microsoft
Hi Timothy,
Can you elaborate - when do you see the ACCESS_DENIED error?
The Access_Denied error is seen in the procmon trace of the application when it makes this call.
- Nona Sirakova
Microsoft
This sounds like something we should take a look at in more depth. Are you able to file a bug through the feedback hub using the "Recreate My Problem" option to capture logs and screenshots?