Click here to Skip to main content
15,881,613 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
While running default web forms VS 2012 application, getting an out of memory exception.

This is occuring in debug and release mode and on initial load itself on my development machine.

Even I'm getting the same error on a new asp.net (default) application

I already looked at the solutions for similar issues on other threads and none of them worked in this scenario.

Can some one help me on this?

XML
 Exception of type 'System.OutOfMemoryException' was thrown.
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.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.

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:
HttpException (0x80004005): Exception of type 'System.OutOfMemoryException' was thrown. System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +9885060 System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +101 System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +456\

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900