Hello.
I'm working on a plugin for ArcGIS (so it's not a standalone app, but a .dll) using the latest Syncfusion controls (v13.2400.0.34, Runtime version 4.0.30319).
In one of the projects, I get an exception on a seemingly innocent line of code:
SfDataGrid grid = new SfDataGrid();
Exception seems to be handled by ArcGIS, so the only piece of information I get is this (no InnerException or anything):
An unhandled exception of type 'System.TypeInitializationException' occurred in ArcMapUI.dll (that's my project, not some ArcGIS binary)
Additional information: The type initializer for 'Syncfusion.UI.Xaml.Grid.SfDataGrid' threw an exception.
I double-checked all the Syncfusion references, they are all of the same version. I have included Syncfusion.Data.WPF and Syncfusion.sfInput.WPF as was suggested by someone in the topic about the similar error in WinRT - that didn't help.
Any ideas on what is this and what to do to fix it?