How to get around the memory leak in the .NET Webbrowser control?
This leak appears to be a leak in unmanaged memory, so nothing you do in your process is going to reclaim that memory. From your post I can see that you’ve tried avoid the leak quite extensively and without success. I would suggest a different approach if feasible. Create a separate application that uses web … Read more