ArgumentOutOfRangeException

Options
billTCP
edited June 2012 in DotNet
This is an occasional err, when I start a new client, sometimes this exception is thrown like:
ArgumentOutOfRangeException was unhandled by user code
this error stops the Visual Studio at the code:
void serviceTimer_elapsed(object sender, ElapsedEventArgs e)
        {
            peer.Service();  // the code stucked here
        }
It does not appear every time, and it always disappears after I just restart the client.

Does everybody know how this error happens and how to eliminate it?

Thanks~~

Comments

  • This seems to be the same error as I get on my Silverlight project, you can get the answer from here:
    viewtopic.php?f=6&t=1712
  • billTCP
    Options
    I read your post, looks like it is the same problem. Have you found anything yet on your email communication?
    I haven't solve the problem, but my progress is that I probably know how to have it reoccur. If I start many new client instance fast one by one, it seems to be more easy to meet this problem.
    Anyway, thank you very much and I am waiting for your findings.
  • Tobias
    Options
    I am positive that this is a known issue which we fixed meanwhile. I will upload a new client SDK soon, which will solve this.
  • Tobias
    Options
    Please try the new SDK: v3.0.1.10
    http://www.exitgames.com/Download/Photon