File or Assembly version problems running custom ZeroTouch nodes

I created a simple node with C# on Visual Studio, the only package I use is Dynamo’s own ZeroTouch. However, when I try to run my node in Dynamo I get the error message:

Could not load file or assembly
‘System.Collections, Version=6.0.0.0,
Culture=neutral,
PublickeyToken=b03f5f7f11d50a3a’ or one
of its dependencies. The system cannot
find the file specified.

Note, I do have System.Collections added, and I am using .net 6.0 framework. Any ideas on what could fix this?

Hi @bruno.teruel , please downgrade to .NET 4.8 if you are develop for dynamo version <2.19. and NET6 at the moment still not too early for production.

2 Likes