You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app crashes when the window receives a message. The thrown exception is a System.ExecutionEngineException. It can't be catched using a try block or the App.UnhandledException event. Visual Studio shows that the call to "CallWindowProc" caused the exception (As seen in the screenshot).
Describe the bug
The app crashes when the window receives a message. The thrown exception is a System.ExecutionEngineException. It can't be catched using a try block or the App.UnhandledException event. Visual Studio shows that the call to "CallWindowProc" caused the exception (As seen in the screenshot).
Steps to reproduce the bug
Expected behavior
The window should have a minimum size and all other messages should be handled by WinUI.
Screenshots
NuGet package version
WinUI 3 - Windows App SDK 1.6.1: 1.6.240923002
Windows version
Windows 11 (22H2): Build 22621
Additional context
The code from my app:
The text was updated successfully, but these errors were encountered: