Hey, I’m trying to build some custom Kangaroo2 Goals, so I’m referencing KangarooSolver.dll from the Rhino 7 installation folder.
Unfortunately, it’s impossible to build against the current version and I don’t understand why this error happens. I have triple checked the assembly versions from nuget and can’t wrap my head around what I’m doing wrong, since on the right hand side the correct assembly version is shown. But in the error message, for some reason RhinoCommon assembly version is always one digit smaller than K2 assembly version. This also happened to me with 7.8.x:
Hey, thank you for your advice! It partly solves the problem - the two warning messages are gone now, but the error concerning KangarooSolver.dll persists
Hmm… I don’t know to be honest. the root cause seems to be that Kangoroo has used a different RhinoCommon assembly to link with. Maybe contact the developers of Kangaroo directly?
Thank you Daniel!
Currently I have only installed 7.9.21222.15001 from today, I had Rhino 8 WIP installed until a couple of days ago though. Deinstalled it last week when I was troubleshooting some other problem (which turned out to be unrelated to WIP).