<TileCacheMapLayer name="MYBasemap" cacheDirectory="MyBasemap" visible="True" />
<TileCacheMapLayer name="MYBasemap" cacheDirectory="\My Documents\ArcGIS Mobile\MyBasemap" visible="True" />
I ran into a similar issue, and resorted to explicitly stating the cache in the project file which worked for meOpen up the project .amp file in notepad, find the xml entry for the basemap cache near to the bottom, e.g. <TileCacheMapLayer name="MYBasemap" cacheDirectory="MyBasemap" visible="True" />Edit the cacheDirectory with the full path, e.g.<TileCacheMapLayer name="MYBasemap" cacheDirectory="\My Documents\ArcGIS Mobile\MyBasemap" visible="True" />
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.