尝试加载反应式程序集时,Expression Blend 4 失败

发布于 2024-12-03 20:20:57 字数 353 浏览 0 评论 0原文

也许有人有同样的问题

当我尝试将视图的数据上下文类型设置为所需的视图模型时, 。出现错误:

无法加载程序集 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

俯瞰星空 2024-12-10 20:20:57

尝试将对 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文