问题
I tried to use this code, to include Syncfusion Charts to the project
xmlns:charting="clr-namespace:Syncfusion.UI.Xaml.Charts;assembly=Syncfusion.SfChart.UWP"
but I get an error:
Undefined type "SfChart" in XML namespace "clr-namespace:Syncfusion.UI.Xaml.Charts;assembly=Syncfusion.SfChart.UWP"
If I use standard using everything ok, but app package is too big, I don't need all controls from Syncfusion SDK.
xmlns:charting="using:Syncfusion.UI.Xaml.Charts"
回答1:
It works fine with the following namespace while using assembly Syncfusion.SfChart.UWP
xmlns:charting="using:Syncfusion.UI.Xaml.Charts"
Regards,
Jessie
来源:https://stackoverflow.com/questions/37350144/cant-use-syncfusion-assembly-in-project