Select to view content in your preferred language

Mpkx support - 100.9V

296
0
09-19-2023 02:55 AM
Labels (2)
eranzablo
New Contributor

Hi, 

We have a wpf application that uses ArcGIS Runtime SDK for .NET version 100.9 

We are able to load tpkx map, but when trying to load mpkx map we don't succeed, any idea? is it supported?

after calling to:

LocalService mapService = new LocalMapService(fileName);

mapService.StartAsync();

getting:

Esri.ArcGISRuntime.Http.ArcGISWebException: 'Failed to create service pointsofinterest MapServer. Could not start LocalServerHostEx.exe Process'

This exception was originally thrown at this call stack:
[External Code]
MapEsriAdapter.MapEsriAdapter.GetLayerInfoFromPackageAsync(string) in MapEsriAdapter.cs

from this post: https://community.esri.com/t5/net-maps-sdk-questions/is-there-a-simple-example-of-displaying-an-mpk/...

I understand that it suppose to work...

Tried to search for 100.9v sample for wpf in order to try upload with it mpkx map - did not find, if can send link to download, will be appreciated.

 

0 Kudos
0 Replies