Click here to Skip to main content
15,868,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to use this glorious package:

GitHub - microsoft/InteractiveDataDisplay.WPF: Interactive Data Display for WPF is a set of controls for adding interactive visualization of dynamic data to your application. It allows to create line graphs, bubble charts, heat maps and other complex[^]

But when trying to do anything i get this error on XAML side, and exception when i try to run the code.

Could not load file or assembly 'System.Reactive.Linq, Version=3.0.1000.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263' or one of its dependencies.

Any ideas what I can do? This is the only library that supports distribution graph.

What I have tried:

Cleaning, rebuilding, googling, and all that similar stuff.
Posted
Updated 6-Mar-21 0:10am

1 solution

You should install it from NuGet, because it has dependencies, and NuGet will also download/install the dependencies for you.
 
Share this answer
 
Comments
Member 15047625 6-Mar-21 7:21am    
It was installed via NuGet, but for some reason it ignores System.Reactive.
#realJSOP 6-Mar-21 7:26am    
Did you do a nuget on that separately to fix it?
Kenneth Haugland 6-Mar-21 7:38am    
There are several Reactive packages, did you install all of them?
Member 15047625 6-Mar-21 8:59am    
System.Reactive.Linq, then it was throwing error that .Core is missing. With both of them everything works fine.
#realJSOP 6-Mar-21 8:15am    
BTW, I've found that Nuget does indeed miss dependencies sometimes. I'm sure it depends on how the package was built.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900