We are trying to deploy to two Windows 10 computers. The pre-requisites have been installed on both:
- .NET Runtime 4.6
- Direct X 12 (Direct3D feature level 9_3 is shown by DxDiag)
- C++ Redistributable
The app works fine on one computer, but the MapView throws an exception on the other. Some error messages in the log file from the failing computer are as follows:
- Invalid ArcGISRuntime deployment, unable to load native dll. Maybe a missing native dependency, checking with dependency walker may help resolve this issue. C:\Program Files\RadioMobile\App\arcgisruntime100.0\client32\RuntimeCoreNet.dll
- The invocation of the constructor on type 'Esri.ArcGISRuntime.UI.Controls.MapView' that matches the specified binding constraints threw an exception.
- The type initializer for 'RuntimeCoreNet.GeneratedWrappers.CoreWrapperBase' threw an exception.
I've attached the DxDiag output from both machines. Does anyone have any idea what the issue might be?
Thanks in advance.