Forum Discussion

TIMOTHY_MANGAN's avatar
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

    • TIMOTHY_MANGAN's avatar
      TIMOTHY_MANGAN
      MVP

      The Access_Denied error is seen in the procmon trace of the application when it makes this call.  

      • Nona Sirakova's avatar
        Nona Sirakova
        Icon for Microsoft rankMicrosoft

        Hi TIMOTHY_MANGAN

        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?

         

         

Resources