VS Express 2012 in Windows 8.1 - getting Out of memory exception

为君一笑 提交于 2019-12-06 14:52:58

问题


While running the 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?

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

来源:https://stackoverflow.com/questions/24595320/vs-express-2012-in-windows-8-1-getting-out-of-memory-exception

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!