Hello Ventuzians!
THE FORUMS ARE CLOSED!

Please join our discord server HERE!! << click me :D

We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server

Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!

Add local assemblies to C# script node?

Q and A about functionality and how to solve a special task for your application.

Moderator: Support

Post Reply
yeyoumo
Posts: 10
Joined: 08 May 2017, 10:06

Add local assemblies to C# script node?

Post by yeyoumo » 08 May 2017, 10:12

How to add local assemblies to C# script node? Such as: Newtonsoft.Json.dll.


yeyoumo
Posts: 10
Joined: 08 May 2017, 10:06

Re: Add local assemblies to C# script node?

Post by yeyoumo » 10 May 2017, 07:55

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 3854 times

User avatar
lerou
Posts: 345
Joined: 06 Sep 2013, 07:14
Location: Hamburg, Germany

Re: Add local assemblies to C# script node?

Post by lerou » 22 May 2017, 13:43

you can't add local assemblies. You can only add GAC assemblies.

rou

yeyoumo
Posts: 10
Joined: 08 May 2017, 10:06

Re: Add local assemblies to C# script node?

Post by yeyoumo » 25 May 2017, 08:25

I know this can be implemented, but I don't know.Need to compile source code?

SamTheSwede
Posts: 91
Joined: 18 Jan 2012, 11:31

Re: Add local assemblies to C# script node?

Post by SamTheSwede » 26 May 2017, 12:33

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

Post Reply