Hey guys,
I put the following (via Expression Blend 4) in my XAML file:
<i:Interaction.Triggers>
<ei:DataStoreChangedTrigger Binding="{Binding StatusMessage}">
<ei:ControlStoryboardAction/>
</ei:DataStoreChangedTrigger>
</i:Interaction.Triggers>
When building the project, Expression Blend throws following error:
The tag 'DataStoreChangedTrigger' does not exist in XML namespace 'http://schemas.microsoft.com/expression/2010/interactions
What's the issue?
Thanks!