Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

2
Votes

I'm getting the following crash using 

v26.1.41 or 
v26.1.42 :

System.ObjectDisposedException: 'Cannot access a disposed object. Object name: 'Syncfusion.Maui.Core.Platform.LayoutViewGroupExt'.'


This happens when using the CollectionView control to open the same page. Each item in the CollectionView will open the same page but with different data. And
 the page contains a 
SfExpander control + 
a popup which contains the 
SfPdfViewer & SfCartesianChart controls. I get this crash without even opening the popup. 

This crash does not occur on earlier versions e.g. 
v26.1.40. But I'm unable to use this version as well due to another crash that occurs with the
SfPdfViewer on a deployed .NET maui app.