I’m updating an older plugin of mine and trying to use the same tools I used when I made it at back then to spare time. But when I’m trying to use the Rhino Script Compiler to create a plugin from a bunch of python scripts I get the following error:
“The RhinoCommon.dll SDK cannot be found on the system. Without RhinoCommon.dll this plugin cannot be compiled.”
You can only define the minimum Rhino version and then hope that it picks up the correct RhinoCommon.dll which obviously fails. As far as i remember it is supposed to pick up the oldest dll of the version you specify.
The old Compiler allowed to specify the dll manually in the SDK section under PlugIn settings: