Project Centennial - Access Denied when running Desktop App Convertor

為{幸葍}努か 提交于 2019-12-24 05:46:10

问题


This is the error I am getting when I run the convertor:

Exception calling "RunIsolatedProcessWithMappedDirectoryAndExport" with "6" argument(s): "Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))" At C:\Users\Harsimran\Downloads\DesktopAppConverter\converter_util\Sequencer.ps1:140 char:9
+         $installerExitCode = [Microsoft.Centennial.Tools.DesktopAppCo ...
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : UnauthorizedAccessException

I am able to silently run the installer and install my program, so the error has to do with Project Centennial. I am not sure what to do.

I could not find the appropriate tags for this question, so it might seem vague.


回答1:


This is actually a known issue in Windows Insider Build 14332. The new insider build in the fast ring should fix this issue.



来源:https://stackoverflow.com/questions/36945727/project-centennial-access-denied-when-running-desktop-app-convertor

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!