Hello,
We have a problem with our SL5 application (really big one). Continuous navigation causing a major memory leak (the application crash with OutOfMemoryException). I try to investigate the problem, and found a huge growth of a ManagedPeerTable collection. Our UI classes releasing normally (debugbreaks in destructor hit as I expected), but ManagedPeerTable collect the referenses (over 40k !) till the application crushed. I try to google a solution, but can't find nothing interesting about that issue. Please, help!
P.S. Sorry for my english, I know it's ugly.