'RhinoEtoApp' does not exist in the namespace 'Rhino.UI'

Hi Everyone,

I am currently trying to implement a custom component which involves an Eto form.
However I am encountering the following issue:


The InputForm is of the forms.Dialog eto class.

From,
Chris

You need to reference the Rhino.UI.dll assembly and Eto.dll, which are found in the Rhino installation directory.

Didn’t know that Rhino.UI was a separate .dll as part of the namespace was in Rhinocommon.
Thank you.