Hello everyone ! I'm a beginner with syncFusion, and I try to implement a chart with SfChart in a Visual Studio project.
I try it with NuGet system, and now directly with the dll installed in syncFusion.
But, all of time I got this error on start.
I use this
Sample for tesing :
At this.InitializeComponent if I just implement XAML sample :
Windows.UI.Xaml.Markup.XamlParseException: 'The text associated with this error code could not be found.
Cannot deserialize XBF metadata type list as 'SfChart' was not found in namespace 'Syncfusion.UI.Xaml.Charts'.
At this.InitializeComponent if I just implement XAML sample :
System.Reflection.TargetInvocationException: 'Exception has been thrown by the target of an invocation.'
Inner exception : FileLoadException: Could not load file or assembly 'System.ObjectModel, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Thank you in advance for any help :)