【发布时间】:2014-05-28 16:44:52
【问题描述】:
我的项目中同时引用了 GalaSoft.MvvmLight.Extras.WPF4 和 GalaSoft.MvvmLight.WPF4,但是如果我声明以下命名空间(下拉列表中没有出现 - 两者都没有)
xmlns:Command="clr-namespace:GalaSoft.MvvmLight.Command; assembly=GalaSoft.MvvmLight.Extras.WPF4"
我收到以下错误
错误 1 无法加载程序集“GalaSoft.MvvmLight.Extras.WPF4”的元数据。这个程序集可能是从网上下载的。见http://go.microsoft.com/fwlink/?LinkId=179545。加载过程中遇到以下错误:无法加载文件或程序集“GalaSoft.MvvmLight.Extras.WPF4,版本=3.0.0.30137,文化=中性,PublicKeyToken=e80d33351f9dc0a2”或其依赖项之一。该系统找不到指定的文件。
【问题讨论】: