views:

68

answers:

1

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!

A: 

Sounds like you haven't added a reference to the Microsoft.Expression.Interactions.dll or if you have you haven't referenced the Blend SDK 4 version of the this dll.

AnthonyWJones
Thanks, I added the reference, where can I find the Blend SDK 4 version of it?
cube1893
Brandon Copeland
@Brandon: When replying to a comment use the twitter style @username prefix as I have done here to a) indicate who you are replying to and b) and to cause that user to be notified of a response.
AnthonyWJones
@cube1893: Are you using a Beta or RC version of Blend?
AnthonyWJones
I have the sdk installed, still not working. It works till I try to build the solution. @AnthonyWJones I'm using RC version
cube1893
@cube1893: You are building with Expression Blend or Visual Studio? If with Blend try Visual Studio.
AnthonyWJones
@AnthonyWJones Same thing happens in Visual Studio :-(
cube1893