admin管理员组

文章数量:1401603

Toolkit:Popup works fine on .NET 9.0 and CommunityToolkit.Maui V.9.1.1. I've tried to update to CommunityToolkit.Maui V.10.0.0. But there have been some breaking changes in Version 10.0.0. I know there is an issue on BindingContext with Behaviors. But I do not know how to fix my Popups. The latest Version of CommunityToolkit.Maui V.11.1.0 does not fix the problem.

var popup = new myPopUp();

this.ShowPopup(popup);

System.MissingMethodException: "Method not found: 'Void

Toolkit:Popup works fine on .NET 9.0 and CommunityToolkit.Maui V.9.1.1. I've tried to update to CommunityToolkit.Maui V.10.0.0. But there have been some breaking changes in Version 10.0.0. I know there is an issue on BindingContext with Behaviors. But I do not know how to fix my Popups. The latest Version of CommunityToolkit.Maui V.11.1.0 does not fix the problem.

var popup = new myPopUp();

this.ShowPopup(popup);

System.MissingMethodException: "Method not found: 'Void

Share Improve this question asked Mar 23 at 14:24 Gerhard MauerbergerGerhard Mauerberger 338 bronze badges 2
  • Can you add the code for your popup? – tonyedwardspz Commented Mar 23 at 15:14
  • This is an known issue on the github repo: MissingMethodException when using CommunityToolkit.Maui.Views.PopupExtensions.ShowPopupAsync. – Liyun Zhang - MSFT Commented Mar 26 at 7:06
Add a comment  | 

1 Answer 1

Reset to default 1

This is a bug of .NET MAUI 9.0.50. [BUG] Popups throw exception in MAUI 9.0.50 #2583

Dropping down versions to this solved this issue: Microsoft.Maui.Controls version 9.0.4 Microsoft.Maui.Controls.Compatibility version 9.0.4

本文标签: crashNET MAUI Community Toolkit V100 Popup stopped workingStack Overflow