Hi everybody, I have written an application to do some image processing. In order to do so, it allocates large two dimensional float arrays (ca. 1000 x 200 elements). This is where an Out of Memory Exception is thrown (it can allocate about 2000 of those arrays). So I tried to free the memory at the end of every loop, as the arrays are not needed anymore. I did this by setting all references to null. It did not help. I added a GC.Collect(), still the same.
Could you give my any advice how to overcome the problem? Thanks, Oliver --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://cm.megasolutions.net/forums/default.aspx <p><a href="http://feeds.feedburner.com/DotNetDevelopment"><img src="http://feeds.feedburner.com/~fc/DotNetDevelopment?bg=99CCFF&fg=444444&anim=1" height="26" width="88" style="border:0" alt="" /></a></p> -~----------~----~----~----~------~----~------~--~---
