Dear all,
I am using Rhino 8 SR15 (8.15.25013.13001, 2025-01-13) and rh815sdk_8.15.25013.13001.msi to build and deploy C++ plugins. When I tried to use:
“c:\Program Files\Rhino 8\System\Yak.exe” install --source “C:\Users\XXX\MyRhinoPlugin1\yak” MyRhinoPlugin1
I got the following error:
ERROR: Could not load file or assembly ‘System.Runtime.Caching, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’. The system cannot find the file specified.
Following this discussion Installing package for Rhino 8 using Yak.exe I copied https://files.mcneel.com/yak/tools/latest/yak.exe into my C:\Program Files\Rhino 8\System and the yak install command worked.
What is the best workaround for distributing plugins? Am I correct in saying that I need to replace the Yak.exe bundled with Rhino with the version from https://files.mcneel.com/yak/tools/latest/yak.exe on every computer where I distribute my plugin?
Many thanks,
George