I want to synchronize different Unity editor with System.Messaging.
I just put the System.Messaging.dll from
in my project folder. Every thing compiles but if I try to run the following line in Unity
if (MessageQueue.Exists("foo"))
I get
Any ideas?