I have added referenced to
//--------------------------------
KangarooSolver.dll
KangarooLib0099.dll
PlanktonGh.dll
Plankton.dll
//--------------------------------
still getting error while debugging as below:
The type ‘IGoal’ is defined in an assembly that is not referenced. You must add a reference to assembly ‘KangarooSolver, Version=2.3.3.0, Culture=neutral, PublicKeyToken=null’.
Debugging with watch list is not working. Not accessible to values, for example Point3d Value or distance between points, I want to add in watch list…
There shouldn’t be any need to reference KangarooLib0099.dll, just KangarooSolver.dll
(along with the usual Rhinocommon,Grasshopper and GH_IO)
Which version of KangarooSolver.dll are you referencing?
Are you using Visual Studio?
Hi Daniel,
Debugging is working after using RhinoCommon 5 and dotnet framework 4.5 with Visual Studio 2015.
Though I need to make it work for Rhino 6 later on. For debugging I will use Rhinocommon 5 wizard and dot net frame work 4.5. It works !.
Kind regards
T
Custom goal is done and debugging is working perfect with Rhiocommon 5 plugin wizard, Kangaroo solver 2.3.3.0, Visual studio 2015 and most importantly dotnet frame work 4.5.
strange! now Rhinocommon 6 debugging is also working .