Rank: Newbie Groups: Member
Joined: 7/31/2014 Posts: 1
|
Description: In case of huge data were used in polyline object for Google Maps API v3, the amount of memory which allocated for it will not free immediately after browser control (EO.WebBrowser.Wpf.WebControl) declared as garbage.
Precondition: .Set 'UnloadDelay' to negative value to prevent the instance of 'WebView' from possess the memory.
Is there any mechanism would cache the data even if 'WebView' disposed and browser unreferenced?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
Have you tried to explicitly call WebView.Destroy to destroy the WebView?
Thanks!
|