
Insufficient system resources exist to complete the requested service. (Exception from HRESULT: 0x800705AA)
When my ASP.NET app is loading. This happens both in Visual Studio 2008 and when I try to run the Live examples. I am running Windows 2008 but VS2008 is running under an administrator account and I do have full permissions to the directory. Any ideas?
13 Answers, 1 is accepted





Server Error in '/' Application.
Insufficient system resources exist to complete the requested service. (Exception from HRESULT: 0x800705AA)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.Runtime.InteropServices.COMException: Insufficient system resources exist to complete the requested service. (Exception from HRESULT: 0x800705AA)
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
|
We have never encountered this error before so I would like to ask you a few questions about your environment:
- Could you please provide more details about your configuration? The things which we are interested in are:
- Operating system (and any service packs)
- Visual Studio version number (and any service pack)
- PC configuration (RAM, CPU)
- I've noticed that you are using an older version of RadControls for ASP.NET Ajax - Q1 2008. The current version is Q3 2008. Have you tried using the latest version?
- Does the problem occur in a simple web site (not our online examples)?
- Does the problem appear always?
- The error message indicates insufficient system resources (perhaps no free RAM) - could that be the problem (visual studio occupying all the available memory)?
Regards,
Atanas Korchev,
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.

3GB Memory
Intel Core2Duo P8400 2.26GHz
Visual Studio 2008 Pro (no SP)
I thought I was using the latest Telerik though wasn't. The problem occurs over time it seems and I do ask a lot of computer/laptop though not to the point where I need to stop applications to allow the Telerik to load. If I have less than a 1.3 GB free, it seems to happen, so I shut down apps/processes to get the memory to a point where it can load. I was using the tools for a while with VS 2005 on a computer that had 2GB of memory and never ran into the error. Bought a better/new computer and VS.NET 2008 and have this issue. I'm not sure if it happens with the sample website.
Thanks,
Troy
I am using a PC with 2GB of memory but the problem has never occurred so far even with lots of applications open. I suggest you open a support ticket and send us your project so we can troubleshoot it locally. I suggest something in your application is consuming memory without releasing it (e.g. storing UI objects in application or session state).
Regards,
Atanas Korchev,
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.

Thanks for your though the suggestion isn't possible given what would be involed in sending the project/files/etc. That being said, the code is not the source of this issue as the same set of code works fine in Visual Studio 2005 on a lesser machine with the same demand or more. Could be: Visual Studio 2005/2008 differences, (debug mode, resource threashold checks, other), Telerik controls internally, Internal web server config/issue. I would think it has something to do with the debugging as the error suggests in conjunction with a decent load on the computer. If you even figure this out, please let me know.
Thanks,
Troy

Did you find a solution ?
I've the same problem. It appears when I build my projects, and sometimes when I run it. There is no stable solution : it can be fixed by closing IE or FF or simply wait few minutes ...
My PC runs under VISTA SP1 with VS2008 SP1, 3Gb RAM, C2D E4500 (2.2Ghz) (1.5Gb ram free). The project is .Net 2.0 (not 3.5) and the Telerik DDL version is Q3 2008 3.1125.
Thanks.


Any solution to this yet? I am recieving the same error every couple of days on a production windows 2003 server. Recycling the App Pool fixes the problem temporarily.
Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Could not load file or assembly 'Telerik.Web.UI' or one of its dependencies. Insufficient system resources exist to complete the requested service. (Exception from HRESULT: 0x800705AA) (H:\www\web.config line 233)
Source Error:
Line 231: <add name="ErrorFilter" type="Elmah.ErrorFilterModule, Elmah"/> Line 232: <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> Line 233: <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule"/> Line 234: <add name="RadCompression" type="Telerik.Web.UI.RadCompression"/> Line 235: </httpModules> |

Server Error in '/xyz' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Exception of type 'System.OutOfMemoryException' was thrown. (D:\Inetpub\wwwroot\xyz\web.config line 129)
Source Error:
Line 127: <httpModules> Line 128: <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> Line 129: <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule"/> Line 130: <add name="RadCompression" type="Telerik.Web.UI.RadCompression"/> Line 131: </httpModules> |
Source File: D:\Inetpub\wwwroot\QRLending\web.config Line: 129
Version Information: Microsoft .NET Framework Version:2.0.50727.3615; ASP.NET Version:2.0.50727.3614