MIP SDK, load external dependencies

I’m currently developing an integration plugin that connects to realtime service “bidirectionally”.

The problem now is that when I want to connect or test the channel connection “after coping the dll to XProtect”, I’m getting the error:

Could not load file or assembly ‘Grpc.Core.Api, Version=2.0.0.0, Culture=neutral, PublicKeyToken=d754f35622e28bad’ or one of its dependencies. The system cannot find the file specified.

So now I have to load the GRPC DLLs but I’m not sure where to put those as it didn’t work if I place them the same directory of the plugin itself.

Any ideas?

I’m sorry, I think that I had to copy all the dependencies to the same plugin folder. I don’t know why it didn’t work the first time but now it’s ok!