You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.
Is not possible to use the Nuget package Microsoft.Xaml.Behaviours with MvvmLight library.
As I can see there's an incompatibility between System.Windows.Interactivity and Microsoft.Xaml.Behaviours because the share the same namespace.
As result if you add both packages to a project (net 4.7) and open blend is not possible to normally use behaviours from behaviour asset list.
Any idea to fix it?
Thank you
Lox
UPDATE
Even if Blend is not capable to manage wpf behaviours from asset list, is still possible to do it by hand adding the
xmlns:b="http://schemas.microsoft.com/xaml/behaviors" directive in the head of the xaml and then using them like this:
Is not possible to use the Nuget package Microsoft.Xaml.Behaviours with MvvmLight library.
As I can see there's an incompatibility between System.Windows.Interactivity and Microsoft.Xaml.Behaviours because the share the same namespace.
As result if you add both packages to a project (net 4.7) and open blend is not possible to normally use behaviours from behaviour asset list.
Any idea to fix it?
Thank you
Lox
UPDATE
Even if Blend is not capable to manage wpf behaviours from asset list, is still possible to do it by hand adding the
xmlns:b="http://schemas.microsoft.com/xaml/behaviors" directive in the head of the xaml and then using them like this:
The text was updated successfully, but these errors were encountered: