neel k

neel k

  • NA
  • 143
  • 132.3k

MVC- 'System.OutOfMemoryException'

Jul 29 2014 3:53 PM
I am creating one MVC application. My requirement is display the SQL table records. In my table total 60728 records are there. I got an error message :
 

Server Error in '/' Application.

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.
 
I tried  same thing using another table it display correctly.  I don't know what is the problem and where is the problem.
Please help me.
 
 
Thank you.
 
 
 

Answers (1)