BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Hi There,We are glad to announce that our latest weekly NuGet package update version 16.4.0.53 has been rolled out with the fix included for the issue “Target invocation exception occurs when Xamarin forms version upgraded to 3.5” and is available for download.We thank you for your support and appreciate your patience in waiting for this update. Please get in touch with us if you would require any further assistance.Regards,Jayaleshwari N
App still crashing on release build on version 16.4.0.53
Hi Guys,provided 53 version works for sflistview. please define here which of the nuget package doesnt work for you. Make sure that you clean bin, obj folders and rebuild your app.
Hi Guys,provided 53 version works for sflistview. please define here which of the nuget package doesnt work for you. Make sure that you clean bin, obj folders and rebuild your app.Find details below:Using:Android Device and EmulatorSyncfusion.Xamarin.SfListView 16.4.0.53Xamarin Forms Stable 3.5.0.129452Steps and Result:1. Run on debug mode app run's fine.2. Run on release mode app crash.3. Removed control SfListView from view and run on release mode app run's fine.4. Tried clean, rebuild, deleted bin and obj folder from all projects, run on release mode app crash.
Hi Guys,provided 53 version works for sflistview. please define here which of the nuget package doesnt work for you. Make sure that you clean bin, obj folders and rebuild your app.Find details below:Using:Android Device and EmulatorSyncfusion.Xamarin.SfListView 16.4.0.53Xamarin Forms Stable 3.5.0.129452Steps and Result:1. Run on debug mode app run's fine.2. Run on release mode app crash.3. Removed control SfListView from view and run on release mode app run's fine.4. Tried clean, rebuild, deleted bin and obj folder from all projects, run on release mode app crash.
Maybe the error is not with SfListView. But with the controls in the DataTemplate.May be, but that should not works on debug mode too.Here is my SfListView declaration in XAML:<sfListview:SfListView Grid.Row="0" HeightRequest="130" ItemSize="120" x:Name="listView" ItemsSource="{Binding DataReport}"
Orientation="Horizontal" BackgroundColor="White">
<sfListview:SfListView.ItemTemplate>
<DataTemplate>
<Grid Padding="10">
<Grid.RowDefinitions>
<RowDefinition Height="*" />
<RowDefinition Height="*" />
</Grid.RowDefinitions>
<Label Grid.Row="0" Text="{Binding Name}" HorizontalOptions="FillAndExpand" HorizontalTextAlignment="Center" Style="{StaticResource LabelStyleSmall}"/>
<Label Grid.Row="1" Text="{Binding Value}" HorizontalOptions="FillAndExpand" HorizontalTextAlignment="Center" Style="{StaticResource LabelStyleLarge}" TextColor="Black"/>
</Grid>
</DataTemplate>
</sfListview:SfListView.ItemTemplate>
</sfListview:SfListView>
Hi Giorgi,We have checked in our source regarding the crash issue when upgraded to latest Xamarin forms version in SfListView Xamarin Forms. We have already found and fixed similar issue when upgraded to latest xamarin forms in SfListView. The fix for this issue has been included in our latest weekly NuGet package update version 16.4.0.53 and is available for download.Please clear the NuGet cache before install this package.Could you please check with the mentioned SfListView nuget version at your end and let us know if you face any issue.Else kindly revert us back with issue following details, SfListView version used,issue producing patforms.It will be helpful for us to analyze and provide you solution.Regards,Sangeetha Raju
Here are the changes I made in GettingStarted.Android project properties under Release configuration:On the 'Android Options' page I turned off 'Use Shared Runtime' and under the Linking option I switched to 'Sdk Assemblies Only' options. This causes the app to crash. There is no managed exception occurring, it crashes with native exception.See the full stacktrace at syncfusion crash stacktrace (starting from line 40)It does not crash if I set Linking to None but it results in large apk