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
1 Answer
Reset to default 1This 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
版权声明:本文标题:crash - .NET MAUI Community Toolkit V10.0 Popup stopped working - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744283379a2598764.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论