Quantcast
Channel: Caliburn.Micro: Xaml Made Easy
Viewing all articles
Browse latest Browse all 1760

New Post: Error when using ActionMessage in WPF XAML file

$
0
0

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.


Viewing all articles
Browse latest Browse all 1760

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>