Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/339.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 尝试加载反应程序集时表达式混合4失败_C#_Silverlight_Blend - Fatal编程技术网

C# 尝试加载反应程序集时表达式混合4失败

C# 尝试加载反应程序集时表达式混合4失败,c#,silverlight,blend,C#,Silverlight,Blend,也许有人也有同样的问题 当我尝试将视图的数据上下文类型设置为所需的视图模型时。出现以下错误: 无法加载程序集System.Responsive.Windows.Threading,因为 出现以下错误:类型中的方法“计划” 来自程序集的“System.Responsive.Concurrency.DispatchersScheduler” *System.Reactive.Windows.Threading,版本=1.0.10621.0,区域性= 中性,RublicKeyToken=31b1385

也许有人也有同样的问题

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

无法加载程序集System.Responsive.Windows.Threading,因为 出现以下错误:类型中的方法“计划” 来自程序集的“System.Responsive.Concurrency.DispatchersScheduler” *System.Reactive.Windows.Threading,版本=1.0.10621.0,区域性= 中性,RublicKeyToken=31b13856ad364e35'没有 实施


有什么想法吗?我已经查看了反汇编代码,并且该方法具有实现。

尝试将System.Reactive.Windows.Threading.dll的文件引用添加到项目中。 我有一个类似的错误,并修复了它