mcneel / rhino.inside-revit

This is the open-source repository for Rhino.Inside®.Revit
https://www.rhino3d.com/inside/revit/
MIT License
253 stars 66 forks source link

Dependency Specification for Revit Build #39

Closed mitevpi closed 4 years ago

mitevpi commented 5 years ago

I'm trying to build the Revit samples as outlined here: https://github.com/mcneel/rhino.inside/tree/master/Autodesk/Revit

I'm having several issues with dependencies however: image

The first issue is a missing RhinoCommon dependency. For reference - I'm using the RhinoCommon package from NuGet - please advise if it should be loaded in from a local .dll instead.

The second issue is with the Eto.Forms dependency: image

Any advice on either issue?

dalefugier commented 5 years ago

You should be referencing RhinoCommnon.dll that is included with the Rhino 7 WIP. If you don't have the Rhino 7 WIP, then you'll need to download and install it.

https://www.rhino3d.com/download/rhino/wip

-- Dale

mitevpi commented 5 years ago

Thank you - checked that box off. It "seems" that my last unresolved reference is the RhinoCore namespace. image

When trying to reference the RhinoCore.dll from Rhino WIP, this is resulting message from VisualStudio. image

kike-garbo commented 5 years ago

It seams you are trying with a DLL downloaded from somewhere. Could you please try with this one C:\Program Files\Rhino WIP\System\RhinoCommon.dll ?

Projects on the repository already reference this path. Have you installed Rhino WIP some other place maybe?