I'm currently working on a tool that remote controls Resolume Avenue via OSC to randomly/sequencially play Clips in layers. I was inspired by gpvillamil with his MAX Patch.
My applcation is written in .NET (VB.NET

The messages are generated by the application itself and based on the composition which is loaded is into it.
(The composition file are XML-Encoded and are pretty informative)
My Problem now is that Resolume Avenue is not reacting to the message.
Avenue is set to port 7123 and the tool too. If I'm using another program that listens at UDP:7123 for testing and the messages are recieved pretty well.
The message looks like this : "/composition/disconnectall 1" right now. so no generated messages at the moment. But if something is playing in Avenue they're not getting disconnected.
Is there a problem with the message? I just cant find the problem and the solution.
P.S. the OSC-messages are generated vie the Bespoke.OSC-Implementation vor .NET.