Hi I need to save a map in html format and for some reason it just doesnt work. Doesnt throw any errors just seems to not bother.
Heres me code: (C#)
I get nothing. Please help..........Code:this.mapRenderer.ActiveMap.SaveAs("TEST", MapPoint.GeoSaveFormat.geoFormatHTMLMap, false);
Ive tried giving a specific path and also with the file extensions "htm" and "html", still nothing.