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.
A little more info on the project setup
Hope someone here has encountered and moved past this issue in the past?
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.
A little more info on the project setup
Hope someone here has encountered and moved past this issue in the past?