Page 1 of 1

Add local assemblies to C# script node?

Posted: 08 May 2017, 10:12
by yeyoumo
How to add local assemblies to C# script node? Such as: Newtonsoft.Json.dll.

Re: Add local assemblies to C# script node?

Posted: 09 May 2017, 14:35
by Christian Krix Schmidt

Re: Add local assemblies to C# script node?

Posted: 10 May 2017, 07:55
by yeyoumo
Thanks Christian Krix Schmidt for replying me. Actually, I know how to add assemblies to GAC, but I still don't know how to add local assemblies.
add references.png
add references.png (8.32 KiB) Viewed 3853 times

Re: Add local assemblies to C# script node?

Posted: 22 May 2017, 13:43
by lerou
you can't add local assemblies. You can only add GAC assemblies.

rou

Re: Add local assemblies to C# script node?

Posted: 25 May 2017, 08:25
by yeyoumo
I know this can be implemented, but I don't know.Need to compile source code?

Re: Add local assemblies to C# script node?

Posted: 26 May 2017, 12:33
by SamTheSwede
You can use assemblies of any kind using .NET reflection.

I think you can find something in this Or the old forum!

Good luck!

// Sam