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
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
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
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
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
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
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
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
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