We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FailFastOnErrors
In Windbgx The stack has
!Analyze gives
PROCESS_NAME: DevHome.dll
ERROR_CODE: (NTSTATUS) 0xc000027b - An application-internal exception has occurred.
SYMBOL_NAME: Microsoft_UI_Xaml!DirectUI::MetadataAPI::GetClassInfoFromOtherTypeBox+2b112e
MODULE_NAME: Microsoft_UI_Xaml
IMAGE_NAME: Microsoft.UI.Xaml.dll
FAILURE_BUCKET_ID: STOWED_EXCEPTION_80070057_Microsoft.UI.Xaml.dll!DirectUI::MetadataAPI::GetClassInfoFromOtherTypeBox
FAILURE_ID_HASH: {a398aebf-f73a-9df8-1025-000183a2eb14}
FAILURE_ID_REPORT_LINK: https://go.microsoft.com/fwlink/?LinkID=397724&FailureSearchText=a398aebf-f73a-9df8-1025-000183a2eb14
Looking into GetClassInfoFromOtherTypeBox. the runtime class name is null and causes a crash when trying to parse it
Make a new Win UI 3 app. Add a Segmented control to the app. Inside App.Xaml.cs set `FailFastOnErrors` to true Launch the app.
The app launches.
No response
2022
17.10.1
No, I'm unable to contribute a solution.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
In Windbgx The stack has
!Analyze gives
PROCESS_NAME: DevHome.dll
ERROR_CODE: (NTSTATUS) 0xc000027b - An application-internal exception has occurred.
SYMBOL_NAME: Microsoft_UI_Xaml!DirectUI::MetadataAPI::GetClassInfoFromOtherTypeBox+2b112e
MODULE_NAME: Microsoft_UI_Xaml
IMAGE_NAME: Microsoft.UI.Xaml.dll
FAILURE_BUCKET_ID: STOWED_EXCEPTION_80070057_Microsoft.UI.Xaml.dll!DirectUI::MetadataAPI::GetClassInfoFromOtherTypeBox
FAILURE_ID_HASH: {a398aebf-f73a-9df8-1025-000183a2eb14}
FAILURE_ID_REPORT_LINK: https://go.microsoft.com/fwlink/?LinkID=397724&FailureSearchText=a398aebf-f73a-9df8-1025-000183a2eb14
Looking into GetClassInfoFromOtherTypeBox. the runtime class name is null and causes a crash when trying to parse it
Steps to reproduce
Expected behavior
The app launches.
Screenshots
No response
Code Platform
Windows Build Number
Other Windows Build number
No response
App minimum and target SDK version
Other SDK version
No response
Visual Studio Version
2022
Visual Studio Build Number
17.10.1
Device form factor
No response
Additional context
No response
Help us help you
No, I'm unable to contribute a solution.
The text was updated successfully, but these errors were encountered: