Can't use Syncfusion assembly in project

馋奶兔 提交于 2019-12-19 08:14:29

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!