We are looking to upgrade to ArcGISRuntime 100.3 .NET however only an updated nuget package for Esri.ArcGISRuntime.WPF exists. The Esri.ArcGISRuntime.LocalServices package remains on version 100.2.1. The ArcGIS Runtime Local Server SDK via the web site, https://developers.arcgis.com/downloads/apis-and-sdks?product=local-server, is version 100.2.0.
If I just upgrade the Esri.ArcGISRuntime.WPF package to 100.3 an error occurs when the map is initialised as follows:
Could not load file or assembly 'Esri.ArcGISRuntime, Version=100.2.1.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
I assume that I also require an updated nuget package for Esri.ArcGISRuntime.LocalServices which is not currently available?
Thanks,
Robert
Hi,
The ArcGIS Runtime Local Server SDK v100.3 is still undergoing release certification (significant architectural changes were required to add support for ArcGIS Pro map and geoprocessing packages). Until it is released you can update your Esri.ArcGISRuntime.WPF reference from v100.2.1 to v100.3 and continue to reference Esri.ArcGISRuntime.LocalServices v100.2.1 (which will use ArcGIS Runtime Local Server SDK v100.2).
Cheers
Mike