Friday, January 31, 2014

Why Webbrowser control does not release memory?

Drop a webbrowser control in window form then loading web page, we did some operation with form like autofill.


then load second page do some operation with that. ...so on.


when loop finished then at then end dispose the object and call the GC collect.


Now again loop through with another pages then try to do same operation as described above now


this time page not loaded and and when access the document property then it give null.


Any way to resolve the issue?


No comments:

Post a Comment