Hi @Laoky, did the .NET Core 7.0 setup work for you?
I’m getting the following error when I run the debug and I don’t know how to fix them:
Unhandled exception. 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.
File name: 'RhinoCommon, Version=8.2.23346.13001, Culture=neutral, PublicKeyToken=552281e97c755530'
I’m trying to run this RunGrasshopperSample project (my code can be found here). I’m not trying to develop any GH components/plugins, I just want to access GH API from C# code (probably something similar to what you are trying to achieve
).
FWIW, I’m trying this on a Macbook using VS Code (from what I’ve read here this should be possible). I, will give it a try on a Windows machine as well.