WPF 4.0 InvokeCommandAction Compatibility (System.Windows.Interactivity)
I have a problem when I insert a InvokeCommandAction (Blend 4 SDK) in WPF 4.0. The usercontrol is not displayed and I've got some exceptions. (log on bottom) Without the line in my xaml code, there is no problem (but no event trigger). I have tested this part of code in an external light project, and it's work perfectly !! Maybe InvokeCommandAction is not compatible with something in may app, but what ? <UserControl x:Class="Project.Views.Menu.TestView" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http:/