DependencyProperty causes crash #3178
-
I am trying to set or get a value of a dependency property in code and my app exists. For example this works
if I try to set the dependency property from a dependency property in a dll my app crashes
I see this in the output window The thread 0x3878 has exited with code 0 (0x0). Any suggestions on how to fix this? |
Beta Was this translation helpful? Give feedback.
Answered by
symbiogenesis
Nov 30, 2022
Replies: 1 comment
-
Is the DependencyObject actually a View? Most references online to this error make it sound like a type resolution error. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vb2ae
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is the DependencyObject actually a View? Most references online to this error make it sound like a type resolution error.