BHoM / BHoM_Engine

Internal manipulation of the BHoM
GNU Lesser General Public License v3.0
26 stars 13 forks source link

Rhino crashes when BHoM repo is triggered #3388

Open Ashwin-Abraham opened 1 month ago

Ashwin-Abraham commented 1 month ago

I am trying to build a rhino app. It has a UI in WPF and the crash occurs when I trigger a command containing a BHoM method (Line 89) in it. The break point at the start of the command (Line 70) is not hit.

If I comment out the line with the BHoM method (Line 89) in it no crash occurs. The breakpoint at Line 70 is hit and I can continue on to execute the entire command.

image

A little more info on the project setup image

Hope someone here has encountered and moved past this issue in the past?