Hello i seem to have ran in to another problem,whenever i put a telerik control into xaml code i can get the code to compile but get a runtime error of XamlParseException at the LoadFromXaml function call.All telerik libraries are referenced,what could it be?Thanks
[global::Xamarin.Forms.Xaml.XamlFilePathAttribute("C:\\Users\\ty\\Source\\repos\\TelerikXamarinApp2\\TelerikXamarinApp2\\Portable\\StartPage" + ".xaml")] public partial class StartPage : global::Xamarin.Forms.ContentPage { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Forms.Build.Tasks.XamlG", "0.0.0.0")] private void InitializeComponent() { global::Xamarin.Forms.Xaml.Extensions.LoadFromXaml(this, typeof(StartPage)); } }Unhandled Exception:Xamarin.Forms.Xaml.XamlParseException: <Timeout exceeded getting exception details> occurred