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