Hi all,
I am using ArcGIS WPF 10.2.2 SDK for my development.
I am using ArcGIS WPF API for loading of map, getting map coordinates, loading shapefiles and geotif images, plotting and manipulating polygon on the map.
I am now at the phase of deploying the application.
I have already gotten my runtime standard license which I have already included into my application.
I also built a deployment package "ArcGIS Runtime Deployment Builder 10.2.2" which I temporarily included all the features.
I set the ArcGISRuntime.InstallPath to the where I generate the deployment package.
However, when I try to load a shapefile or geotif image, it wouldn't load.
When I remove the install path, it works.
Everything else (plotting and manipulating polygon, getting map coordinate, loading of map) works fine with the deployment install path set.
I suspect that when I remove the install path, it uses the sdk libraries.
Can anyone tell me how to deploy my application using the generated deployment package?
Thanks