Hi Gary,
I set the tileCache and store the map images in the folder , if i commented this code, it works fine and also some times i have to remove the images from cache folder everyday, so it's not good for us.
Please find the below code :
FileBitmapTileCache fileBitmapTileCache = new FileBitmapTileCache(DataCacheTempPath, Cityname + "DataCache");
layerOverlay.TileCache = fileBitmapTileCache;
and it throw error at any time like when i zoom in or zoom out in the map and also when i refresh the map using winMap.Refresh().
because this issue may be common for thinkgeo or thinkgeo forum and I assumed that this problem may be cache related, if i remove the images from the cache folder or comments above two lines the map is working fine. so, please understand the problem and give solution or help us to find out the real root cause because it crash the application and other code is not working.
Second problem is that thinkGeo is running slow, when i remove the files from the cache and run the application, it takes too much time to load.so, please give proper solution.
I also attached image in Attachment section, please find it.
Thanks & Regards,
Mayank Vyas