I just started using RabbitMQ as a mean to send/receive message between an executable app (exe) and a Revit Addin app. Everything works perfectly fine as long as I follow the tutorial. Yet when I apply it to my apps, the Revit Addin app can not create connection to localhost due to some method could not be found.

I did copy the required dll file to the location where the app is run, but it didn't work. Please help me with this.