I am using Web Edition version 3.1.299.0. I found the Generate Tile example project here:
gis.thinkgeo.com/Support/DiscussionForums/tabid/143/aff/12/aft/6274/afv/topic/afpgj/1/Default.aspx#11328
I tried to get this running, but I get an error on this line:
tileCache.SaveTiles((Bitmap)bitmap.Clone(), tileCache.TileMatrix.BoundingBox);
The process in in the second iteration of the i loop ( i = 1). The error appears to be in the arguement tileCache.TileMatrix.BoundingBox
The error is "Input string was not in a correct format." The value of tileCache.TileMatrix.BoundingBox is= {-180, 90, 180, 90}.
I also noticed that the projects starts without any map showing. Am I using this worng?
Charles