Hi,
I’m trying to build a plugin to exchange Karamba models to Revit whilst running inside.
I’m having troubles when trying to execute whilst Debugging from visual studio.
I can debug other plugins, and have no issues when starting Revit manually.
One identified difference is that the other plugins are compiled in configuration “Any CPU” whilst the Karamba is 64 bit (I can’t get it to compile as Any CPU).
The error messages in Rhino I get whilst grasshopper loads Karamba is
- Loading karamba assembly…
An error occured during GHA assembly loading:
Path: C:\Program Files\Rhino 7 WIP\Plug-ins\karamba.gha
Exception System.MissingMethodException:
Message: Method not found: ‘Rhino.Geometry.BoundingBox Grasshopper.Kernel.IGH_PreviewData.get_ClippingBox()’.
Any suggestions on how to get debugging working?
Thanks,
Jon