I am trying to build the environment in visual studio and run the example code. I already installed those two packages. Now there are some errors in the RhinoCompute.cs:
|Error|CS1061|‘ArchivableDictionary’ does not contain a definition for ‘GetObjectData’ and no accessible extension method ‘GetObjectData’ accepting a first argument of type ‘ArchivableDictionary’ could be found (are you missing a using directive or an assembly reference?)
|Error|CS0103|The name ‘SetsCombinations’ does not exist in the current context
And there is an exception in the program.cs:
System.DllNotFoundException: ‘Unable to load DLL ‘librhino3dmio_native’: The specified module could not be found. (Exception from HRESULT: 0x8007007E)’
Looking forward to your feedback. Thank you.