Replies: 1 comment 1 reply
-
The Prism Behaviors depend on it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Prism.Wpf
depends onMicrosoft.Xaml.Behaviors
. However, when we run our prism-powered application this DLL is never loaded. Exactly what depends on this library?I'm trying to figure out when to include the DLL in our deployed package. So far, it runs without it - even though
Prism.Wpf.dll
indeed has a referencet oMicrosoft.Xaml.Behaviors.dll
. Some kind of delay loading?Beta Was this translation helpful? Give feedback.
All reactions