Hello,
after an update to candidate service release 7 yak cli has stopped working and displays the following error
Unhandled exception. System.IO.FileNotFoundException: Could not load file or assembly 'DocoptNet, Version=0.0.0.0, Culture=neutral, PublicKeyToken=7a38c71da49a547e'. The system cannot find the file specified.
File name: 'DocoptNet, Version=0.0.0.0, Culture=neutral, PublicKeyToken=7a38c71da49a547e'
at Yak.Cli.Program.Main(String[] args)
it seems the docopt library is not packaged with the Rhino 8 installation
Could you try a repair on Rhino 8 in System Settings > Apps > Installed Apps? This file should be included, but one of the service release candidates had packaged an incorrect version then later rolled back which can cause this problem.
I suspect, the problem recures in Rhino8 SR20: Within installation of a plugin (which was running in SR6 succesfully) via yak: Unhandled exception. System.IO.FileNotFoundException: Could not load file or assembly āDocoptNet, Version=0.0.0.0, Culture=neutral, PublicKeyToken=7a38c71da49a547eā. Das System kann die angegebene Datei nicht finden.
File name: āDocoptNet, Version=0.0.0.0, Culture=neutral, PublicKeyToken=7a38c71da49a547eā
at Yak.Cli.Program.Main(String[] args)
Thank you Curtis. After a repair of the installer the yak.exe works properly and the installation of the regarding plugins was successful. I have no idea what went wrong with the Rhino installation (upgrade from SR6 to SR20) yesterday.