Hello. I have trouble with applying themes to my controls. I added dll SfSkinManager and Lime theme. Later, I use such code
xmlns:syncfusionskin ="clr-namespace:Syncfusion.SfSkinManager;assembly=Syncfusion.SfSkinManager.WPF"
<syncfusion:SfDataGrid ItemsSource="{Binding ElementName=sfDataPager, Path=PagedSource}" AutoGenerateColumns="False"
AllowResizingColumns="True" AllowDraggingColumns="True" AllowFiltering="True"
syncfusionskin:SfSkinManager.VisualStyle="Lime"
ColumnSizer="AutoWithLastColumnFill"
Visibility="{Binding Path=ShowTable, Converter={StaticResource Converter}}">
And nothing happens. I see both these dll in my project. In output window I saw this: Exception thrown: 'System.NullReferenceException' in Syncfusion.SfSkinManager.WPF.dll
Please, can you helo me, what's problem?