Hi, when I am trying to access some of the pages created by Syncfusion I get a TargetInvocation Exception.
I used the Essential UI Kit for xamarin forms dialog when right-clicking on the .csproj file. 
Then I went to the AppShell.xaml and changed the data template for one of the navigation items. Intellisense normally recognized the new page, so I thought I will be fine:
I also added the router route, but nothing changed. After running this, I get the exception. Is there something else I need to do to initialize the page or something? Thank you