尝试加载反应式程序集时,Expression Blend 4 失败
也许有人有同样的问题
当我尝试将视图的数据上下文类型设置为所需的视图模型时, 。出现错误:
无法加载程序集 System.Reactive.Windows.Threading,因为 发生以下错误:方法“计划类型” 程序集中的“System.Reactive.Concurrency.DispatcherScheduler” *System.Reactive.Windows.Threading,版本=1.0.10621.0,文化= 中性,RublicKeyToken=31b13856ad364e35' 没有 实施。
有什么想法吗?我查看了反汇编代码,该方法已实现。
Maybe someone have same problem
When I try to set data context type of view to desired View Model. The error appears:
Could not load the assembly System.Reactive.Windows.Threading because
the following errors occurred: Method 'Schedule in type
'System.Reactive.Concurrency.DispatcherScheduler' from assembly
*System.Reactive.Windows.Threading, Version=1.0.10621.0, Culture=
neutral, RublicKeyToken=31b13856ad364e35' does not have an
implementation.
Any thoughts? I have looked at disassembled code, and the method has implementation.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试将对 System.Reactive.Windows.Threading.dll 的文件引用添加到您的项目中。
我遇到过类似的错误并修复了它。
Try adding a file reference to System.Reactive.Windows.Threading.dll to your project.
I've had a similar error and that fixed it.