Open alove-kahua opened 3 years ago
Hello alove-kahua, thank you for opening an issue with us!
I have automatically added a "needs triage" label to help get things started. Our team will analyze and investigate the issue, and escalate it to the relevant team if possible. Other community members may also look into the issue and provide feedback 🙌
Still fails in 7.0.2.
Based on the above repro above i am seeing this error. Unhandled exception at 0x09185F61 (Windows.UI.Xaml.dll) in CommandIssue.exe: 0xC000027B: An application-internal exception has occurred (parameters: 0x0AC7EF48, 0x00000005).
Let's see if any community member can take a look at the code.
@Kyaa-dost You can get more details if your Debugger type is set for Mixed (Managed and Native) in the project properties.
Hi, we are facing the same issue, even with Debug builds.
I believe this to be the same issue we're tracking with WinUI here, though in that case we're only seeing the issue in Debug mode.
Describe the bug
Using a Behavior that has an ICommand property fails to run in Release build when using a standard Binding in XAML as such:
The exception is as follows:
This issue does not occur when the WCT is not referenced or if running the Debug build.
Steps to Reproduce
CommandIssue.zip
Steps to reproduce the behavior:
Expected behavior
The exception does not occur and runs correctly.
Screenshots
Environment
Additional context
Add any other context about the problem here.