开发者

PropertyChangedTrigger doesn't work - wrong namespace?

开发者 https://www.devze.com 2023-01-10 13:15 出处:网络
I put the following (via Expression Blend 4) in my XAML file: <i:Interaction.Triggers> <ei:DataStoreChangedTr开发者_开发百科igger Binding=\"{Binding StatusMessage}\">

I put the following (via Expression Blend 4) in my XAML file:

<i:Interaction.Triggers>
   <ei:DataStoreChangedTr开发者_开发百科igger 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!


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消