我在这里写作,因为我遇到了Galasoft的问题。当我尝试执行以下操作时:
xmlns:cmd="clr-namespace:GalaSoft.MvvmLight.Command;assembly=GalaSoft.MvvmLight.Platform"
然后使用它:
<cmd:EventToCommand Command="{Binding DeselectAllCommand}" PassEventArgsToCommand="True"/>
我收到错误:
"EventToCommand" does not exist in the namespace "clr-namespace:GalaSoft.MvvmLight.Command;assembly=GalaSoft.MvvmLight.Platform
令人讨厌的部分是,当他使用它时,它可以在我的朋友笔记本电脑上运行,为什么?