SFCombobox.UWP -App crashes during navigation

Hi ,


We are using sfcombobox version 19.4.0.50. We added combobox inside Navigation titleview. Before updating control App works fine during navigation (front/back).After update app getting crashed and below is the stack trace.



at Syncfusion.XForms.UWP.ComboBox.SfComboBoxRenderer.OnElementPropertyChanged(Object sender, PropertyChangedEventArgs e)

at Xamarin.Forms.BindableObject.OnPropertyChanged(String propertyName)

at Xamarin.Forms.Element.OnPropertyChanged(String propertyName)

at Xamarin.Forms.BindableObject.SetValueActual(BindableProperty property, BindablePropertyContext context, Object value, Boolean currentlyApplying, SetValueFlags attributes, Boolean silent)

at Xamarin.Forms.BindableObject.SetValueCore(BindableProperty property, Object value, SetValueFlags attributes, SetValuePrivateFlags privateAttributes)

at Xamarin.Forms.Element.SetValueFromRenderer(BindablePropertyKey property, Object value)

at Xamarin.Forms.Platform.UWP.VisualElementRenderer`2.UpdateIsFocused(Boolean isFocused)

at Xamarin.Forms.Platform.UWP.VisualElementRenderer`2.Dispose(Boolean disposing)

at Syncfusion.XForms.UWP.ComboBox.SfComboBoxRenderer.Dispose(Boolean disposing)

at Xamarin.Forms.Platform.UWP.VisualElementRenderer`2.Dispose()

at Xamarin.Forms.Platform.UWP.VisualElementExtensions.Cleanup(VisualElement self)

at Xamarin.Forms.Platform.UWP.VisualElementPackager.Dispose(Boolean disposing)

at Xamarin.Forms.Platform.UWP.VisualElementRenderer`2.Dispose(Boolean disposing)

at Xamarin.Forms.Platform.UWP.VisualElementRenderer`2.Dispose()

at Xamarin.Forms.Platform.UWP.VisualElementExtensions.Cleanup(VisualElement self)

at Xamarin.Forms.Platform.UWP.NavigationPageRenderer.SetPage(Page page, Boolean isAnimated, Boolean isPopping)

at Xamarin.Forms.Platform.UWP.NavigationPageRenderer.OnPopRequested(Object sender, NavigationRequestedEventArgs e)

at Xamarin.Forms.NavigationPage.d__79.MoveNext()

at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

at Xamarin.Forms.NavigationPage.d__78.MoveNext()

at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

at Xamarin.Forms.NavigationPage.d__53.MoveNext()

at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()



2 Replies

SS Suganya Sethuraman Syncfusion Team February 28, 2022 11:56 AM UTC

Hi Kiran,

We have fixed the reported issue. Please have the custom assembly  from the below link.

Custom Assembly: https://www.syncfusion.com/downloads/support/directtrac/general/ze/ComboBox_TitleView950821367

Assembly Version: 19.4.0.53

Note: Please refer the below link to apply the custom assembly
https://www.syncfusion.com/kb/8279/how-to-apply-the-custom-assemblies-when-configured-the-project-with-syncfusion-nuget

Currently, we have patch support only for the main and service pack release version, not for the weekly NuGet release. So only provided an assembly with 19.4.0.53 version.

This fix will be included in our upcoming weekly release which is expected to roll out on March 8, 2022. Could you please check this fix with your application and let us know, whether the issue is resolved or not.

Regards,
Suganya Sethuraman.


 



SS Suganya Sethuraman Syncfusion Team March 9, 2022 06:42 AM UTC

Hi Kiran,

Thanks for your patience.

We have included the fix in our latest Weekly NuGet release v19.4.0.55 which is available for download (https://www.nuget.org/ ). 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,
Suganya Sethuraman.
 


Loader.
Up arrow icon