Windows error 0x80070718, -2147023080

Detailed Error Information

NOT_ENOUGH_QUOTA[1]

MessageNot enough quota is available to process this command.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code1816 (0x0718)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x00000718.

Questions

45votes
2answers

Mysterious "Not enough quota is available to process this command" in WinRT port of DataGrid

Edit Sept 26 See below for the full background. tl;dr: A data grid control is causing odd exceptions, and I am looking for help isolating the cause and finding a solution. I've narrowed this down a bit further. I have been able to reproduce the behavior in a smaller test [...] read more
c#
xaml
exception
windows-runtime
winrt-xaml
3votes
0answers

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

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 [...] read more
c#
win-universal-app
1vote
0answers

Azure Virtual Machine SQL Server 2016 R service Error :Unable to launch runtime for 'R' script

I am using R services in SQL Server 2016 SP1 with machine learning Server 9.2.1 in an Azure Virtual Machine (I have installed both SQL Server and Machine learning server in Virtual Machine). Everything was going fine. After changing few network configuration of Virtual Machine it shows error in R [...] read more
r
sql-server-2016
azure-virtual-machine
1vote
1answer

Not enough quota is available to process this command. (Exception from HRESULT: 0x80070718) in windows 8 metro app for GRID(Not for GRIDVIEW)

I am trying to generate dynamic controls in grid through UI where am dynamically specifying the size of controls. while generating more then 1500 control it is throwing this error "Not enough quota is available to process this command. (Exception from HRESULT: 0x80070718) " . i have seen some solution [...] read more
xaml
windows-8
grid
microsoft-metro
winrt-xaml
1vote
1answer

Win8 App doesn't open after 20 times then fails with: Not enough quota is available to process this command. (Exception from HRESULT: 0x80070718)

Hi this is my 1st question asked: I've got a WinRT app (C#/XAML) that opens fine the first 20 times then fails to open after that. In the windows event application log the (unhelpful) message is that "App did not launch within its allotted time". If I attach Visual Studio [...] read more
windows-runtime
0votes
1answer

Cannot register a background task

I am writing an app that continuously scans for all access points that are in range and saves log to a text file. The scanning should start when user clicks the "Start" button and run until "Stop" button is clicked even if user switched to other app. As I understand, [...] read more
c#
uwp
windows-10-mobile
background-task
0votes
1answer

Multiple instances of a background task

How can I start multiple instances of the same background task in an UWP-App? I register it like in this tutorial: https://msdn.microsoft.com/en-us/library/windows/apps/mt299100.aspx?f=255&MSPPError=-2147217396 The first time I do this it works but when I register the second task with a different name i get an exception: System.Exception: Not enough quota is [...] read more
c#
background
win-universal-app
background-process
0votes
3answers

Using a big collection - Windows 8 DataGrid

I am working on a Windows 8 Application (C#/XAML). One of the requirement is to load a collection of words in the DataGrid and we are using the Semantic Zoom option here. When the collection has more than about 1500 items the application hangs and gives this error: +Exception {"Not [...] read more
c#
xaml
windows-8
datagrid
0votes
1answer

custom virtualizing wrap panel for winrt-xaml

i'm trying to create search feature in my apps, but when the search result is producing more than 1000 row, an error show up which say : Exception {"Not enough quota is available to process this command. (Exception from HRESULT: 0x80070718)"} System.Exception i know this is caused by the system [...] read more
c#
windows-8
windows-runtime
winrt-xaml
virtualization

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0