Replies: 1 comment 8 replies
-
@HakanL can you please send a snippet of that relevant part of XAML that includes the binding? Also - it might be interesting to attach to |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I troubleshoot and fix this error I get after upgrading to Uno SDK 5.3 (from multi-head 5.1)? This is the error:
Failed to apply binding to property [DependencyPropertyDetails(Source)] on [Microsoft.UI.Xaml.Controls.Image] (ImageSourceConverter cannot convert from DMXCore.DMXCore100.Models.MenuItem.)
Call stack:
Note that the
DMXCore.DMXCore100.Models.MenuItem
is my class object, it's just a class that has properties (like title, icon/avatar, etc) for a menu displayed in a WrapPanel with Uno Cards. I don't bind the class to any property, but I'm binding the Avatar Icon on the Card to a string property in that class that has the path of the icon to display. I didn't get these errors in earlier versions, but also, everything is working, the icons are displayed, and if I remove the binding then the error goes away (and also the icon). Unfortunately my project is fairly complex so it's not trivial to create a sample to reproduce this, I'm initially hoping someone can point me in the right direction of how I can troubleshoot the source of this error, and come up with a fix.Beta Was this translation helpful? Give feedback.
All reactions