Error message: The type 'ActionMessage' from assembly 'Caliburn.Micro' is built with an older version of the Blend SDK, and is not supported in a Windows Presentation Framework 4 project.
XAML snapshot:
<DataGrid Grid.Column="1" Name="_ctrl_dg_items" ItemsSource="{Binding ItemsCollectionView}" SelectedItem="{Binding SelectedItem}" >
<cal:ActionMessage MethodName="ItemListMouseDoubleClicked"> <cal:Parameter Value="{Binding ElementName=_ctrl_dg_items, Path=CurrentItem}" /> </cal:ActionMessage>
...
</DataGrid>
Though the project can be compiled, but the action binding is not work at all.
Project compiled with .NET 4.5, Visual Studio 2012 Express for Desktop.