Hi,
I am getting OutofMemoryException at runtime with the message "Insufficient memory to continue the execution of the program.". I am loading the images at the start of program. Each image is 50+ MB. If the images size goes to 277 MB plus, then I get this exception. I am loading the images at once because I have to display their thumbnails at start.
I was thinking of caching and paging solution. I there any possibility to use more memory of the system or somehow other solution.
Thanks