ThinkGeo.com    |     Documentation    |     Premium Support

Memory Leak with ShapeFileFeatureSource.SaveToProjection

Hi,


I've written a small program that loops around some WGS84 shapefiles and uses the ShapeFileFeatureSource.SaveToProjection static method to produce Mercator versions of each file.


Unfortunately I get an OutOfMemoryException error occurring after a while though, so it doesn't appear to be releasing memory properly after each file has been processed. With this being a static method there isn't a Dispose() method or something similar that I can call.


Any suggestions?


Best regards,


Gary


 



Gary 
  
 Can you provide us with a sample application that can show the code you are using?  I don’t know how you use it. We have ever used this static method ShapeFileFeatureSource.SaveToProjection for transforming the projection of WorldMapKit data(about 24.6G)  from EPSG:4326 to EPSG:900913(Mercator); it runs a couple of days and works well. Also please provide us the version that you are using. 
  
 Thanks, 
 Khalil

Hi Khalil,


Thanks for your reply. I might have been a bit too quick off the mark with this as the reprojection is just one part of the process that I'm doing. I'm also filtering records with SearchExpressions on the layer, so I'll go through my code in detail and make sure that it's the SaveToProjection that's causing the problem, and not something else I've done (or not done!).


Best regards,


Gary


 



Ok. We are waiting for more information from you on that subject. Thank you.