HelloWorld2 tutorial problem

Options
Mihause
edited February 2015 in DotNet
Hello. What i need to do, when in OnOperationResponse method happens:
---OnOperationResponse: NOK - Join(255)
->ReturnCode=-2 DebugMessage=Unknown operation code

The code was just copy/pasted from tutorial, so there are no mistakes. Thanks for help.

Comments

  • vadim
    Options
    Hi,

    Maybe you are connected to the wrong server when sending operation.
    What is client state at that time? Which operation do you try to send?
    Does tutorial itself works for you?
  • You right, it was LoadBalancing (MyCloud) server, which have no Lite app in config, but this app is required for tutorial. With Default server all works fine. Thanks for the advice.