I've upgraded the runtime in nuget from 100.9 to 100.10, now i'm getting the following error at runtime:
"deployment folder, missing dll ...\arcgisruntime100.10\client64\RuntimeCoreNet100_10.dll"
when i look into the client64 folder i have the following files:
runtimecore.dll, runtimecorenet.dll, runtimecorenet.wpf.dll, RuntimeCoreNet100_10.WPF.dll
the packages i have installed are:
Esri.ArcGISRuntime
Esri.ArcGISRuntime.Toolkit
Esri.ArcGISRuntime.WPF
i did find RuntimeCoreNet100_10.dll in the .nuget\packages\esri.arcgisruntime.runtimes.win\100.10.0\runtimes\win-x64\native
but when i copy it to the arcgisruntime100.10\client64\ folder i get the following error:
System.DllNotFoundException: 'Unable to load DLL 'RuntimeCoreNet100_10.dll': The application has failed to start because its side-by-side configuration is incorrect.
any idea?
Thanks!