Greetings,
I've been running a memory profiler on my application to track down a memory leak and believe I have found one in the map control in the process. When you zoom or pan around an area that is NOT cached a large number of instances of EventHandler<StreamLoadingEventArgs> are created and never disposed. It appears to be on 2 classes actually, ThinkGeo.MapSuite.Core.GeoDbf and some obfuscated one (mbQ=.80A=) (I'm guessing maybe something to do with the index file). This is causing my application to use sometimes up to 1-2MB each pan/zoom operation.
Any help would be appreciated.
Thanks,
.Ryan.