Hi all.
We are experiencing issues loading a DLL into a C# node in Grasshopper. We have referenced the DLL, but we keep encountering errors stating that the namespace is not found or that dependencies are missing from the path. Additionally, when the DLL does load, it seems to be an outdated version, suggesting that information may be cached. We have attempted to clean every location we know of to resolve this issue.
Interestingly, this behavior occurs on Windows but not on Mac.
We are using Rhino 8 with .NET Core, and the libraries are built in .NET Standard.
Any idea of why this interesting behaviour occurs?
Thanks.