Grasshopper

algorithmic modeling for Rhino

I once succeeded to load dill file of mathnet.Numerics to C# script component on grasshopper by using "manege assemblies" and it worked until two weeks ago. 
http://www.grasshopper3d.com/forum/topics/is-there-any-tools-to-sol...

However, now I have an error and have error massage "could not load file or assembly, System.Threading, Version=1.0.2856.102, Culture=neutral, publickeytoken=31bf3856ad364e35' or one of its dependencies one of its dependencies c#".

Does anyone know to solve this problem ??

Views: 1042

Replies to This Discussion

It means that some part of Math.NET requires this library to run. Math.NET was compiled against .NET 3.5 and this .NET release was not equipped with System.Threading namespace - so Microsoft came up with a backport solution for "legacy" .NET apps which is the one linked above. You can read more about it here.

Note it's written down in the dependencies here.

Thank you for your help but first link "this" was broken. 
Can I ask again what library is required ?

Oh.. sorry, can't edit the post so I will just put it here https://www.nuget.org/packages/TaskParallelLibrary/

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service