Live Chat Icon For mobile
Live Chat Icon

Why do I get the Error Message ‘System.OutOfMemoryException: Exception of type System.OutOfMemoryException was thrown.’

Platform: ASP.NET| Category: Error Handling

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.

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.