UWP Store 0x800701C5
I wrote a UWP program and I used Restricted capability
broadFileSystemAccess
When I published this application I obtained permission from Microsoft, and its now in the Microsoft Store.
But when I tried to install it, it got an error:
My computer: Windows 10 1809
I have tried googling this, and writing to Microsoft, both without finding a positive result.
c# uwp windows-store-apps
add a comment |
I wrote a UWP program and I used Restricted capability
broadFileSystemAccess
When I published this application I obtained permission from Microsoft, and its now in the Microsoft Store.
But when I tried to install it, it got an error:
My computer: Windows 10 1809
I have tried googling this, and writing to Microsoft, both without finding a positive result.
c# uwp windows-store-apps
1
Do you try to install it on the same computer you developed your app? If yes try to uninstall it first and then install the one from the Microsoft Store.
– Michal Kania
Dec 31 '18 at 13:18
@IvanIčin Other people who use that access are all normal, so I think it is something wrong in my code. I just want know what should I do or what details I have not been found. Anyway, thank you.
– haihan jin
Jan 1 at 12:47
1
@MichalKania I tried three computer, always get this error
– haihan jin
Jan 1 at 12:48
add a comment |
I wrote a UWP program and I used Restricted capability
broadFileSystemAccess
When I published this application I obtained permission from Microsoft, and its now in the Microsoft Store.
But when I tried to install it, it got an error:
My computer: Windows 10 1809
I have tried googling this, and writing to Microsoft, both without finding a positive result.
c# uwp windows-store-apps
I wrote a UWP program and I used Restricted capability
broadFileSystemAccess
When I published this application I obtained permission from Microsoft, and its now in the Microsoft Store.
But when I tried to install it, it got an error:
My computer: Windows 10 1809
I have tried googling this, and writing to Microsoft, both without finding a positive result.
c# uwp windows-store-apps
c# uwp windows-store-apps
edited Jan 2 at 6:48


Martin Zikmund
25.9k63762
25.9k63762
asked Dec 31 '18 at 7:35
haihan jinhaihan jin
605
605
1
Do you try to install it on the same computer you developed your app? If yes try to uninstall it first and then install the one from the Microsoft Store.
– Michal Kania
Dec 31 '18 at 13:18
@IvanIčin Other people who use that access are all normal, so I think it is something wrong in my code. I just want know what should I do or what details I have not been found. Anyway, thank you.
– haihan jin
Jan 1 at 12:47
1
@MichalKania I tried three computer, always get this error
– haihan jin
Jan 1 at 12:48
add a comment |
1
Do you try to install it on the same computer you developed your app? If yes try to uninstall it first and then install the one from the Microsoft Store.
– Michal Kania
Dec 31 '18 at 13:18
@IvanIčin Other people who use that access are all normal, so I think it is something wrong in my code. I just want know what should I do or what details I have not been found. Anyway, thank you.
– haihan jin
Jan 1 at 12:47
1
@MichalKania I tried three computer, always get this error
– haihan jin
Jan 1 at 12:48
1
1
Do you try to install it on the same computer you developed your app? If yes try to uninstall it first and then install the one from the Microsoft Store.
– Michal Kania
Dec 31 '18 at 13:18
Do you try to install it on the same computer you developed your app? If yes try to uninstall it first and then install the one from the Microsoft Store.
– Michal Kania
Dec 31 '18 at 13:18
@IvanIčin Other people who use that access are all normal, so I think it is something wrong in my code. I just want know what should I do or what details I have not been found. Anyway, thank you.
– haihan jin
Jan 1 at 12:47
@IvanIčin Other people who use that access are all normal, so I think it is something wrong in my code. I just want know what should I do or what details I have not been found. Anyway, thank you.
– haihan jin
Jan 1 at 12:47
1
1
@MichalKania I tried three computer, always get this error
– haihan jin
Jan 1 at 12:48
@MichalKania I tried three computer, always get this error
– haihan jin
Jan 1 at 12:48
add a comment |
1 Answer
1
active
oldest
votes
First, make sure the problem is actually only with your app by trying to install some other app if that will work.
If this happens only with your app, you should definitely contact Windows developer support for this issue. Select Contact us tab, then Windows 10 UWP app development and submit your incident. They should be able to help. You can also post the problem on the publishing Forum for greater visibility.
I already sent an email to Microsoft, but I didn't got any useful info......they always said:"Our engineering team and I are still in the process resolving your issue. I will provide an update as soon as possible"
– haihan jin
Jan 2 at 7:55
Hopefully they will. But post the problem on the forums as well
– Martin Zikmund
Jan 2 at 8:07
Thanks for your help. Now I just hope they will help me.
– haihan jin
Jan 2 at 8:34
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53984822%2fuwp-store-0x800701c5%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
First, make sure the problem is actually only with your app by trying to install some other app if that will work.
If this happens only with your app, you should definitely contact Windows developer support for this issue. Select Contact us tab, then Windows 10 UWP app development and submit your incident. They should be able to help. You can also post the problem on the publishing Forum for greater visibility.
I already sent an email to Microsoft, but I didn't got any useful info......they always said:"Our engineering team and I are still in the process resolving your issue. I will provide an update as soon as possible"
– haihan jin
Jan 2 at 7:55
Hopefully they will. But post the problem on the forums as well
– Martin Zikmund
Jan 2 at 8:07
Thanks for your help. Now I just hope they will help me.
– haihan jin
Jan 2 at 8:34
add a comment |
First, make sure the problem is actually only with your app by trying to install some other app if that will work.
If this happens only with your app, you should definitely contact Windows developer support for this issue. Select Contact us tab, then Windows 10 UWP app development and submit your incident. They should be able to help. You can also post the problem on the publishing Forum for greater visibility.
I already sent an email to Microsoft, but I didn't got any useful info......they always said:"Our engineering team and I are still in the process resolving your issue. I will provide an update as soon as possible"
– haihan jin
Jan 2 at 7:55
Hopefully they will. But post the problem on the forums as well
– Martin Zikmund
Jan 2 at 8:07
Thanks for your help. Now I just hope they will help me.
– haihan jin
Jan 2 at 8:34
add a comment |
First, make sure the problem is actually only with your app by trying to install some other app if that will work.
If this happens only with your app, you should definitely contact Windows developer support for this issue. Select Contact us tab, then Windows 10 UWP app development and submit your incident. They should be able to help. You can also post the problem on the publishing Forum for greater visibility.
First, make sure the problem is actually only with your app by trying to install some other app if that will work.
If this happens only with your app, you should definitely contact Windows developer support for this issue. Select Contact us tab, then Windows 10 UWP app development and submit your incident. They should be able to help. You can also post the problem on the publishing Forum for greater visibility.
edited Jan 2 at 6:50
answered Jan 2 at 6:43


Martin ZikmundMartin Zikmund
25.9k63762
25.9k63762
I already sent an email to Microsoft, but I didn't got any useful info......they always said:"Our engineering team and I are still in the process resolving your issue. I will provide an update as soon as possible"
– haihan jin
Jan 2 at 7:55
Hopefully they will. But post the problem on the forums as well
– Martin Zikmund
Jan 2 at 8:07
Thanks for your help. Now I just hope they will help me.
– haihan jin
Jan 2 at 8:34
add a comment |
I already sent an email to Microsoft, but I didn't got any useful info......they always said:"Our engineering team and I are still in the process resolving your issue. I will provide an update as soon as possible"
– haihan jin
Jan 2 at 7:55
Hopefully they will. But post the problem on the forums as well
– Martin Zikmund
Jan 2 at 8:07
Thanks for your help. Now I just hope they will help me.
– haihan jin
Jan 2 at 8:34
I already sent an email to Microsoft, but I didn't got any useful info......they always said:"Our engineering team and I are still in the process resolving your issue. I will provide an update as soon as possible"
– haihan jin
Jan 2 at 7:55
I already sent an email to Microsoft, but I didn't got any useful info......they always said:"Our engineering team and I are still in the process resolving your issue. I will provide an update as soon as possible"
– haihan jin
Jan 2 at 7:55
Hopefully they will. But post the problem on the forums as well
– Martin Zikmund
Jan 2 at 8:07
Hopefully they will. But post the problem on the forums as well
– Martin Zikmund
Jan 2 at 8:07
Thanks for your help. Now I just hope they will help me.
– haihan jin
Jan 2 at 8:34
Thanks for your help. Now I just hope they will help me.
– haihan jin
Jan 2 at 8:34
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53984822%2fuwp-store-0x800701c5%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Do you try to install it on the same computer you developed your app? If yes try to uninstall it first and then install the one from the Microsoft Store.
– Michal Kania
Dec 31 '18 at 13:18
@IvanIčin Other people who use that access are all normal, so I think it is something wrong in my code. I just want know what should I do or what details I have not been found. Anyway, thank you.
– haihan jin
Jan 1 at 12:47
1
@MichalKania I tried three computer, always get this error
– haihan jin
Jan 1 at 12:48