<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" />
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.