C# - Error: Not enough quota is available to process this command

3

I'm getting Not enough quota is available to process this command. (Exception from HRESULT: 0x80070718) error after reaching breakpoint at this part of code: Stream localFolder = await Package.Current.InstalledLocation.OpenStreamForReadAsync("articles.json");. Is there something I'm doing wrong accessing my file?

I had read some articles about this error, but honestly I didn't catch up much of it. Could you please explain me simply what is it caused by?

Thank you very much.

c#
win-universal-app
asked on Stack Overflow Mar 3, 2016 by Jan Chalupa

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0