You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so i thought like: wow this is nice!
but then i still faces compile errors: XamlC error XC0000: Cannot resolve type "http://schemas.devexpress.com/maui:ChartView". XamlC error : Failed to resolve assembly: 'Syncfusion.Maui.Toolkit, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
Am i missing something? Is it even possible?
p.s.: the reason why i want to separate devexpress and syncfusion is, that devexpress throws a runtime exception on windows maui apps.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is it possible to make one project in a solution to wrap all styles.xaml files?
the problem is: i use devexpress, syncfusion, commmunitytoolkit and the default controls.
so i created three xaml files:
1. DefaultStyles.xaml
2. DevExpressStyles.xaml
3. SyncFusionStyles.xaml
so i configured my project file like this:
References:
Compile:
so i thought like: wow this is nice!
but then i still faces compile errors:
XamlC error XC0000: Cannot resolve type "http://schemas.devexpress.com/maui:ChartView".
XamlC error : Failed to resolve assembly: 'Syncfusion.Maui.Toolkit, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
Am i missing something? Is it even possible?
p.s.: the reason why i want to separate devexpress and syncfusion is, that devexpress throws a runtime exception on windows maui apps.
Beta Was this translation helpful? Give feedback.
All reactions