【发布时间】:2013-04-25 15:52:03
【问题描述】:
当我在 MVVM-WPF 中使用 CallMethodAction 时,我收到此错误:
命名空间中不存在“CallMethodAction” “http://schemas.microsoft.com/expression/2010/interactions”。
知道我在我的 xaml 中包含以下命名空间:
xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity"
xmlns:ei="http://schemas.microsoft.com/expression/2010/interactions"
如果只用于 SL,WPF 中的等价物是什么
【问题讨论】:
-
Interaction dll 总是会出现很多引用错误,请确保 dll 在您的项目中并且应该在 packages 文件夹中
标签: wpf