I am trying to add a WPF user control in a form of a windows forms application and I have a run time issue in the user control constructor in the InitializeComponent method of MapView Control
System.Windows.Markup.XamlParseException: ''The invocation of the constructor on type 'Esri.ArcGISRuntime.UI.Controls.MapView' that matches the specified binding constraints threw an exception.' Line number '226' and line position '14'.'
Line 226 in XAML file is: <esri:MapView x:Name="MyMapView">
There is 3 inner exceptions messages
Note: I am using ElementHost for the hosting process and the SDK version is 100.10.0
I need help to solve the problem...