Skip to content
New issue

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

App crashes when navigating to SemanticZoom page #1356

Closed
DarthMazut opened this issue Sep 10, 2023 · 0 comments · Fixed by #1363
Closed

App crashes when navigating to SemanticZoom page #1356

DarthMazut opened this issue Sep 10, 2023 · 0 comments · Fixed by #1363
Labels
bug Something isn't working

Comments

@DarthMazut
Copy link

Which version of the app?

WinUI 3 Gallery

Description

Hello,
I build application locally from tag: v2.2.0.

After navigating to SemanticZoom page application crashes.

The unhandled exception is: System.ArgumentException: parameter is not valid
here is stacktrace from my local machine:

   at WinRT.ExceptionHelpers.<ThrowExceptionForHR>g__Throw|20_0(Int32 hr)
   at ABI.Microsoft.UI.Xaml.Markup.IXamlBindingHelperStaticsMethods.ConvertValue(IObjectReference _obj, Type type, Object value)
   at AppUIBasics.ControlPages.SemanticZoomPage.SemanticZoomPage_obj8_Bindings.Update_ImageIconPath(String obj, Int32 phase) in D:\Projekty\CSharp\WinUI 3 Gallery\WinUI-Gallery\WinUIGallery\obj\WinUIGallery\x64\Debug\net6.0-windows10.0.19041.0\win10-x64\ControlPages\SemanticZoomPage.g.cs:line 591
   at AppUIBasics.ControlPages.SemanticZoomPage.SemanticZoomPage_obj8_Bindings.Update_(ControlInfoDataItem obj, Int32 phase) in D:\Projekty\CSharp\WinUI 3 Gallery\WinUI-Gallery\WinUIGallery\obj\WinUIGallery\x64\Debug\net6.0-windows10.0.19041.0\win10-x64\ControlPages\SemanticZoomPage.g.cs:line 578
   at AppUIBasics.ControlPages.SemanticZoomPage.SemanticZoomPage_obj8_Bindings.ProcessBindings(Object item, Int32 itemIndex, Int32 phase, Int32& nextPhase) in D:\Projekty\CSharp\WinUI 3 Gallery\WinUI-Gallery\WinUIGallery\obj\WinUIGallery\x64\Debug\net6.0-windows10.0.19041.0\win10-x64\ControlPages\SemanticZoomPage.g.cs:line 529
   at ABI.Microsoft.UI.Xaml.Markup.IDataTemplateComponent.Do_Abi_ProcessBindings_1(IntPtr thisPtr, IntPtr item, Int32 itemIndex, Int32 phase, Int32* nextPhase)

Screenshots

No response

Windows version

November 2021 Update/21H2 (19044)

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant