I have tested this with in detailed and I understood it has nothing to do with the support libraries. It is simply crashing for last 2 versions. I downgraded to 15.0.2.46 version and everything is working as expected. This crash occurs in UWP as well on last 2 versions
Attachment: exception_cf468589.7z
[C#]
schedule.CellTapped += Schedule_CellTapped;
…
private void Schedule_CellTapped(object sender, CellTappedEventArgs e)
{
// Perform function
} |