I'm trying to get my application to release some memory, but according to some posts I've read, the GC will seldom clear the Large Object Heap.
The application is built on Silverlight, initially v4, but I've upgraded to v5.
I've read this some posts giving this WaitForFullGCComplete method as a solution. I've been trying to implement this, but I don't get this option. I've changed the SL version, hoping it'd be available on v5, but no joy.
msdn states on version information this .NET Framework Supported in: 4.5, 4, 3.5 SP1, 3.0 SP2, 2.0 SP2 and .NET Framework Client Profile Supported in: 4, 3.5 SP1, but I have found no information on Silverlight support
Does anyone know if it is possible to get this method running on SL and how?
Thanks in advance