Large data processing in x86 C# gives System.OutOfMemory exception
- by Cool
I am processing XML coming from server which contains both images and data in one C# function (compiled 32 bit).
When I try to parse this xml in memory it gives me System.OutOfMemory exception.
Is there any way to avoid this error?
My guess is, system cannot find contiguous block of 50-100MB memory. (my pc hv 8Gig ram and its quad core)