Replies: 1 comment 1 reply
-
I would suggest you add something like Sentry into your app and collect some more useful information as to what method is missing and then go from there |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using .NET Community Toolkit version with the follow NuGet Packages:
Everything works fine when running in debug mode, but switching to release mode the application crashes with the following stack trace:
Exception thrown: 'System.MissingMethodException' in Microsoft.Maui.Controls.dll
How can I solve this Missing MethodException Error? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions