When trying to launch the Spring.RabbitQuickStart.Client in visual studio it throws and exception in MessageListenerAdapter (line 296)


Code:
Spring.Expressions.Parser.antlr.MismatchedTokenException occurred
  Message="expecting \"LPAREN\", found ')'"
  Source="Spring.Core"
  StackTrace:
       at Spring.Expressions.Parser.antlr.Parser.match(Int32 t) in l:\projects\spring-net\trunk\src\Spring\Spring.Core\Expressions\Parser\antlr\Parser.cs:line 324
  InnerException:
Any clues?

Also when I run the server Spring.RabbitQuickStart.Server I get exactly the same error.

Would love to see it work especially as I cant get the client to run in the Java environment either.