Exception

Hi! 

We're developing a Xamarin Forms project for Android and iOS in which we need to use a calendar. 

We added the NuGet packages required as said in https://help.syncfusion.com/xamarin/introduction/control-dependencies#sfcalendar

Then we added both namespace and control in xaml like this:

<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
             xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
             xmlns:syncfusion="clr-namespace:Syncfusion.SfCalendar.XForms;assembly=Syncfusion.SfCalendar.XForms"
             x:Class="BiermeisterDemo.ReservaView">
    <ContentPage.Content>
        <syncfusion:SfCalendar x:Name="calendar" />
    </ContentPage.Content>
</ContentPage>

It compiles OK but when launched in Android device (4.2) it crashes with the only message "Excepción no controlada" (not managed exception).

We tried to find out what happens but get no idea. Could anyone please help?

1 Reply

VA Vinnalan Aravazhi Syncfusion Team October 27, 2017 12:59 PM UTC

Hi Amador Martinez, 
  
Thanks for contacting Syncfusion support. 

We were able to reproduce the issue and have logged defect report regarding this. A support incident to track the status of this defect has been created under your account. Please log on to our support website to check for further updates
 
  
  
Please let me know if you have any questions. 
  
Regards,
Vinnalan K A. 


Loader.
Up arrow icon