mcneel / rhino-developer-samples

Rhino and Grasshopper developer sample code
http://developer.rhino3d.com
Other
612 stars 330 forks source link

Unable to load RhinoLibrary dll while running HelloWorld sample #41

Closed Jackarnd closed 3 years ago

Jackarnd commented 3 years ago

Hello ! I tried to run the hello world example in C# but I get an error at this line using (new RhinoCore(args)) : System.DllNotFoundException : 'unable to load 'RhinoLibrary' DLL: The specified module cannot be found. (HRESULT exception : 0x8007007E)'

I re-referenced RhinoCommon and Rhino.Inside from the NuGet packages just to be sure. But I still get the issue...

Am I missing a setting step?

sbaer commented 3 years ago

Do you have Rhino 7 installed on your computer?

Jackarnd commented 3 years ago

I'm on rhino 6. I need to have specifically rhino 7?

sbaer commented 3 years ago

Yes, Rhino.Inside is new to Rhino 7 and you have to have Rhino 7 installed for it to work.