Cannot find assembly - System.Reactive.Debugger

I installed visual studio 2010 express and then Reactive Extensions 2.0. When I run my application in debug mode, the part of the code that uses reactive extensions is thrown, except for the following:

The assembly with display name 'System.Reactive.Debugger' failed to load in the 'Load' binding context of the AppDomain with ID 1. The cause of the failure was: System.IO.FileNotFoundException: Could not load file or assembly 'System.Reactive.Debugger, Version=2.0.20823.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies 

The problem is that nowhere can I find this dll - System.Reactive.Debugger.

+8
visual-studio-2010 reactive-extensions-js
source share

No one has answered this question yet.

See related questions:

44
Assembly Binding Code Redirection and Analysis
nine
MSBUILD 4.0 does not work on AJAX extensions
4
Microsoft.Ink mismatch between processor architecture
3
Failed to load file or assembly "System.Core, Version = 3.5.0.0"
2
Build Microsoft.Office.Interop.Word, Version = 15.0.0.0 uses Microsoft.Vbe.Interop, Version = 15.0.0.0
2
Visual Studio debugging service reports for local report when adding page number parameters
2
Compilation error: "higher version than assembly reference"
0
when i use Microsoft.Expression.Encoder in visual studio c # i get error
0
Visual Studio 2010 error when switching to design view
0
Missing assemblies after migrating a Silverlight 4 application to Visual Studio 2013 Silverlight 5

All Articles