i have updated Esri.ArcGISRuntime from 100.8.0.0 to 100.13.0.0 and its dependency xamarinforms updated to 5.0.0.2337 the why this exception while running the app. how to solve this error
System.BadImageFormatException: Could not load file or assembly 'Esri.ArcGISRuntime.Toolkit.Xamarin.Forms, Version=100.13.0.0, Culture=neutral, PublicKeyToken=null'. Reference assemblies should not be loaded for execution. They can only be loaded in the Reflection-only loader context. (Exception from HRESULT: 0x80131058) ---> System.BadImageFormatException: Cannot load a reference assembly for execution. --- End of inner exception stack trace --- at MyApp.UWP.App.OnLaunched(LaunchActivatedEventAr
I'm sorry to see that you're having trouble updating to the latest version of ArcGIS Runtime.
Can you please confirm the versions of the NuGet packages you have installed for each project in your application? That will help me better understand the problem.
Consider checking the minimum and target version of UWP in the UWP project. The minimum supported UWP version has changed between 100.8 and 100.13, and that may be related to the problem. You can update the minimum UWP version to 18362 in the properties page for the UWP project.
for others platforms it remains the same but i have uninstalled Esri.ArcGISRuntime.Xamarin.Forms and installed Esri.ArcGISRuntime for uwp only and it resolves