Hello all, posting again with (hopefully) better tags
When I was using Rhino 7 and .NET Framework 4.8, I was able to run the RunGrasshopperSample
example showcased here just fine. Coming to Rhino 8 however (and following this Discourse thread on this sort of migration), I cannot get the new code to run.
Basically, I am trying to run headless Grasshopper using Rhino.Inside using Rhino 8 and .NET 7.0, but I am getting the following error:
System.IO.FileNotFoundException: 'Could not load file or assembly 'RhinoCommon, Version=8.2.23346.13001, Culture=neutral, PublicKeyToken=552281e97c755530'. The system cannot find the file specified.'
I recall encountering this error on the Rhino 7 version of the code, but this comment from the code helped me solve it, and I think Iām doing the same thing in the Rhino 8 version of the code.
Here you can find a GitHub repository with the code I am using. Could you have a look at the repository and let me know if you can reproduce the error?
Thank you very much for your help, and I look forward to hearing from you.
Best,
Gabriel