Replies: 1 comment
-
Why do you need the x:Name attached property on there? From your problem description it seems that's the only problem? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using MVVM Toolkit in a WPF Project, I have a View-Model 'DashboardViewModel' that inherits ObservableObject. The issue is that when I set the Data-Context in the xaml view I'm getting these exceptions:
Also here is how I'm setting the Data-Context in the xaml file:
NOTES::
Also there won't be any errors.
Yet I prefer to use the first simple solution, Is there any work around for it ? I'm confused why it works in UWP and not in WPF, I guess maybe because the library is focusing more on the UWP.
Beta Was this translation helpful? Give feedback.
All reactions