Xceed.Wpf.Toolkit in Rhino

Hi,

Do you have any plans to upgrade the Xceed.Wpf.Toolkit in Rhino? You are using 3.6, and it creates conflict if when we use a new one. The oldest available in nuget is 3.8 and it is about 2020.

Thanks,

Rafa

In modern NET, there is something called “AssemblyLoadContext”. This technically allows you to load multiple version of a given dll into the application process. Don’t know if its feasible in Rhino, but its worth a try. Other than that, unless you are relying on a complex UI element e.g. the Docking features of AvalonDock, you might be able to recreate a similar UI element without the need for the Xceed.WPF.Toolkit.

2 Likes