c# - Could not load file or assembly 'NodaTime, Version=1.2.0.0, Culture=neutral, PublicKeyToken=4226afe0d9b296d1' or one of its dependencies." -


currently creating grasshopper 3d plugins. using c# datetime library time zone needs, found nodatime how extensible , convenient is. fell in love immediately.

while creating grasshopper 3d components, referenced assemblies via:

enter image description here

grasshopper 3d components written in c# in visual studio compile class libraries (so there's no console output). preliminary development, tested nodatime via console app. same configuration, used same method, same assembly, same reference adding -- console application works fine. once used method in grasshopper component, error:

enter image description here

the things have tried:

  1. re-opened visual studio , project.

  2. removing references , using statements, , adding again.

  3. copying [all three] portable .dlls /bin/ directory

  4. copying [all three] portable .dlls my/libaries/ directory. /libraries/ directory grasshopper 3d component dlls reside (loaded grasshopper use).

  5. copy [all of assemblies] of nodatime folder /libraries/ directory.

  6. setting copylocal of nodatime true. , false.

  7. deleting .pdbs

  8. suggested user, maintained dependencies via nuget.

i have indeed read if not all of could not load file or assembly stack overflow threads, and have checked solutions in grasshopper forums.

what issue?


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -