Using C# to grab a stream with a grasshopper model. Trying to get the geometric data by first flattening and then trying to find objects of typre BRep.
I am then getting this error (System.IO.FileNotFoundException: ‘Could not load file or assembly ‘SpeckleCore2, Version=2.14.1.10701, Culture=neutral, PublicKeyToken=null’. The system cannot find the file specified.’).
I have installed the Speckle Core, Objects, Converter.Grasshopper7, Converter.Rhino7 and Converter.RhinoGh nuget packages
Hi @AlanRynne, thanks for your speedy reply! I am running this in Visual Studio. It’s a console application using NET 6.
SpeckleCore2.dll is in my bin folder
Hi @AlanRynne, if it helps, the first two lines work fine and a list of bases from the stream is retrieved. The error occurs when trying to filter for Breps
It seems there’s an issue with the latest released version of our NuGet packages.
We had some trouble releasing them and they ended up being uploaded in different runs, so now Objects is looking for a higher version of Core than the one published
FYI, we’re moving away from Flatten and Traverse functions to a much more customisable “Traversal” functionality. @Jedd is currently working on a tutorial so stay tuned!