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?