Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
An exception of type 'System.OutOfMemoryException' occurred in System.Data.Linq.dll but was not handled in user code

and getting "function evaluation disabled because a previous function evaluation timed out. You must continue execution to reenable function evaluation" please help
Posted
Comments
Sinisa Hajnal 28-Nov-14 4:15am    
Hmmm...no, you're too far for mind reading and your monitor is hidden from code project satelites :). Please post the code that causes the exception. Thank you
OriginalGriff 28-Nov-14 4:19am    
This is not a good question - we cannot work out from that little what you are trying to do.
Remember that we can't see your screen, access your HDD, or read your mind.
So perhaps if you show us the LINQ query you are using, it might help?
Use the "Improve question" widget to edit your question and provide better information.

SQL
An exception of type 'System.OutOfMemoryException' occurred in System.Data.Linq.dll but was not handled in user code

and getting "function evaluation disabled because a previous function evaluation timed out. You must continue execution to reenable function evaluation" please help
 
Share this answer
 
Only way to stop this from happening is, cut down other processes while debugging your application, or increase your RAM size by adding a new RAM to your machine. Or try to reboot your machine and then start this application - by restarting your RAM will be free for this application, unless your other softwares take up all of the space before your application.

System.OutOfMemoryException[^] is raised when there is not enough memory (RAM space) to execute the instructions in your application.
 
Share this answer
 

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