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:

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:

the things have tried:
re-opened visual studio , project.
removing references ,
usingstatements, , adding again.copying [all three] portable .dlls
/bin/directorycopying [all three] portable .dlls my
/libaries/directory./libraries/directory grasshopper 3d component dlls reside (loaded grasshopper use).copy [all of assemblies] of nodatime folder
/libraries/directory.setting copylocal of
nodatimetrue. , false.deleting .pdbs
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
Post a Comment