I'm working with an aplication that embeds a WebBrowser control into a windows form and I'm noticing a serious memory leak issue. After reading about other similiar cases around the internet the problem seems to be native to IE.
I've asked how others have solved this and one person reported shipping a gecko wrapper with his software. I've done some investigating, but it does not look like I'll be able to use WatiN, (which is what my software makes use of) with anything but Internet Explorer and Firefox 3.5 and they also say watin can integrate with Chrome (experimentally, though I can't find any documentation).
Does anyone have any experience with this issue and know how I should go about providing a solution that will work on multiple platforms?
Does firefox 11 have the ability to revert to 3.5? Has anyone successfully used WatiN inside a windows form with a browser other than Internet Explorer... and even better, has anyone found out how to discard the IE memory build up that seems to go unanswered in all the documented threads I've read about (best one being here so far: How to Fix the Memory Leak in IE WebBrowser Control?)
Thanks for helping me with this topic!