-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New implementation for TopSolid #253
Comments
You definitely don't want to have a copy of RhinoCommon copied locally into the TopSolid application directory. My guess is that the RhinoInside.dll is failing to find the Rhino WIP directory on your computer. I would recommend adding the RhinoInside Resolver code directly to your project and debug to figure out why RhinoCommon can't be found https://github.com/mcneel/rhino.inside/blob/master/DotNet/RhinoInside/Resolver.cs It would be great to know what you discover so we can update the Rhino.Inside project itself to just work. |
Thanks for your feebdack. Unfortunately, Rhino Inside.dll cannot find the directory ! |
Hi Steve,
Since it looks like a "similar" issue as on Unity, I just tried following this sample : https://github.com/mcneel/rhino.inside/blob/master/Unity/Sample2/Assets/RhinoInside.cs Result is: First a message about Rhino's license manager failing to initialize (error -200): Then this error about
Do you have any idea how we can move forward ? Thank you, |
We want to create an implementation for TopSolid
How can we get help or submit questions !?
What we have already tried
RhinoInside.Resolver.Initialize();
However I cannot load Rhino DLLs.
The text was updated successfully, but these errors were encountered: