You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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