EsriDE / arcgis-runtime-explorer

This is a tool from developers for developers. The main focus is to give ArcGIS Runtime developers a tool to visualize and evaluate mobile caches very quickly.
Apache License 2.0
7 stars 5 forks source link

application shuts down when opening MMPK with raster data included #19

Closed esride-mag closed 5 years ago

esride-mag commented 5 years ago

created in order for @esride-ale

esride-mag commented 5 years ago

when opening the mmpk file, the runtime framework returns with exception: Esri.ArcGISRuntime.ArcGISRuntimeException: 'The package is required to be unpacked into individual files before use.: Mobile map package contains raster data that requires the mobile map package to be unpacked in a directory before use.'

This exception is suppressed and not given back to user.

esride-mag commented 5 years ago

the application now offers the user to extract the MMPK into a folder and to open the folder instead of the MMPK file, this works