It was possible on V7. I cannot find where to add a reference to a C# DLL in the new editor.
Thanks!
You can add it at the top of your script. Something like:
#r "C:\Users\jdoe\src\ClassLibrary1\bin\Debug\net48\ClassLibrary1.dll"
Thanks, I was going to post this question too. It would be nice if some sort of plugin path was supported in a dynamic way. Refer to Do not use absolute paths for referenced assemblies : RH-65111 (myjetbrains.com)
Hi. I am trying to use Printing3D api of Windows. The corresponding dll file is in my System32 folder already (comes with Windows), but I am unable to reference or use this library in my Grasshopper script. What am I doing wrong, could you give me a hint, please?
Simple declaration “using Windows.Graphics.Printing…” also not working.
Thanks.