Hi,
I'm having issues using Telerik MAUI controls in my project. (in this case the chart controls but it's also happened with others)
I am currently using 3.0 but I had the same issue with 2.3.
I've installed Telerik UI for MAUI and I've imported the Nuget into my project.
I'm trying to make a line graph so I copied the LineSeriesXaml example from the SDK app exactly into my project, but it is unable to resolve one of the types in the xaml (it resolves everything around it though) and so the build fails.
"Cannot resolve type "http://schemas.telerik.com/2022/xaml/maui:telerik:CategoricalAxis".
I had a similar issue before with the RadRadialGauge that I never managed to solve.
I've tried creating a brand new MAUI app in case there was something wrong in my existing app and it still won't build. (i even
copied the actual files from the SDK examples app to make sure there were no typos and that the namespace was correct)
I then created an app using the Telerik MAUI template in VS and it DID work, but the only difference between those two projects was
the version in .csproj file. In the telerik template, the version was set to * . In my new app it was 3.0.
When I updated my one to *, it still didn't work, so I have no idea what else could be causing the problem.
Both apps are brand new projects, there are no changes other than adding the example from SDK app.
Both are using the files from your SDK project so there's no difference there.
Both apps reference 3.0.
Any idea what's going on?