Hi,
I have an application that uses code similar to:
https://developers.arcgis.com/net/latest/uwp/sample-code/raster-layer-file/
The only difference ís that I open a .tif file from the local storage.
In the 100.4 version of Esri SDK the raster layer loads perfectly, but id I upgrade my SDK to 100.5 or 100.6 the application crash in the .LoadAsync();.
There is another way to create a layer with a offline .tif?
Thanks.