Exception:
System.Runtime.InteropServices.COMException: No installed components were detected.
Cannot resolve TargetProperty (UIElement.RenderTransform).(CompositeTransform.ScaleX) on specified object.
at Windows.UI.Xaml.Media.Animation.Storyboard.Begin()
at Syncfusion.UI.Xaml.Controls.Notification.HubTileBase.ExecutePointerReleased()
at Syncfusion.UI.Xaml.Controls.Notification.HubTileBase.OnPointerExited(PointerRoutedEventArgs e)
hubtile define:
<GridViewItem>
<sfnotification:SfHubTile Interval="0:0:2">
<sfnotification:SfHubTile.Width>108</sfnotification:SfHubTile.Width>
<sfnotification:SfHubTile.Height>100</sfnotification:SfHubTile.Height>
<sfnotification:SfHubTile.Header>HubTile</sfnotification:SfHubTile.Header>
<sfnotification:SfHubTile.Title>This is itle area</sfnotification:SfHubTile.Title>
<sfnotification:SfHubTile.ImageSource>Assets/girl.jpg</sfnotification:SfHubTile.ImageSource>
<sfnotification:SfHubTile.HubTileTransitions>
<sftransitions:SlideTransition></sftransitions:SlideTransition>
</sfnotification:SfHubTile.HubTileTransitions>
<sfnotification:SfHubTile.SecondaryContent>
<Image Source="http://imgcache.gtimg.cn/mediastyle/musicprotal/img/frame_logo_min.png?max_age=2592000"></Image>
</sfnotification:SfHubTile.SecondaryContent>
</sfnotification:SfHubTile>
</GridViewItem>
seem like that throw by the Animation?????
and how to solve it?