Grasshopper

algorithmic modeling for Rhino

Hello everyone,
I have created a custom component which imports from an external c# dll which in turn imports from a c++ dll. When i go to use the component i get the error " Assembly resolve required"BIMAnalysis,version 0.0.0.1, culture = neutral, public key token = null". When i import directly from a c++ dll I dont get the error.Will signing both assemblies fix my problem?. What can i do to fix this? Any advice would be greatly appreciated.
Thank you
Erik

Views: 569

Replies to This Discussion

Just asked David about this over the weekend. He's resolving the assemblies, but hasn't taken out printing the error to the command line. You can manually add your dll to grasshopper's assembly resolver if you like.
Grasshopper.Kernel.GH_AssemblyResolver.AddSearchNode(string dll_path)
Hi Erik,

this is actually not an error, it's merely a message that indicates an Assembly Resolve was called for. I'm handling a bunch of target locations and you can participate in the way Damien mentioned.

If Grasshopper cannot resolve the assembly to your liking, you could try doing it yourself.

--
David Rutten
david@mcneel.com
Poprad, Slovakia

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service