Replies: 1 comment
-
Hey @pciganek, I know that others have used Eto in Revit plugins with success so I'm not sure what would cause it to fail. Are you referencing both RhinoCommon and Eto nuget packages, or just Eto? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am developing an application that will include both a Rhino and a Revit plugin. Eto seems to offer an ideal library for the UI.
I added Eto.Forms and Eto.Platform.Wpf (each 2.9) in the nuget manager but get this exception when running the plugin in Revit.
System.IO.FileNotFoundException
HResult=0x80070002
Message=Could not load file or assembly 'Eto, Version=2.9.0.0, Culture=neutral, PublicKeyToken=null'. ...
Both dlls are in the plugin directory. Target framework is .NET 8.0
Please advise,
thank you and kind regards,
Peter
Beta Was this translation helpful? Give feedback.
All reactions