Get solution of all DOT NET,PHP,ASP,AJAX programming bugs or error like access is denied,unexpected error,fatal error,internal server error,run time error,compile time error.
Dec 10, 2007
Why do I get the Error Message "System.OutOfMemoryException: Exception of type System.OutOfMemoryException was thrown."?
It means that the server is out of available memory. You probably have an infinite loop somewhere that's frantically creating large objects, or you forgot to dispose of disposable objects and memory slowly leaked.