Author |
Topic: Unexpected Disconnect... (2 messages, Page 1 of 1) |
||||
---|---|---|---|---|---|
Moderators: VPfau | |||||
SHowes Posts: 8 Joined: Jun 12, 2012 |
Hello
Continually getting an Unexpected Disconnect with: Have latest samples download. try { oecClient.UUID = "9e61a8bc-0a31-4542-ad85-33ebab0e4e86"; oecClient.Connect("api.openecry.com", 9200, tbUID.Text, tbPWD.Text, true); UpdateStatus("OEC Server found"); } catch(Exception ex) { ex.Data.Add("Login ", "Failed"); handleError(ex); } Regards Sherry Sherry Howes |
||||
SHowes Posts: 8 Joined: Jun 12, 2012 |
Feeling like a rookie.
Sorry, forgot to add ProtoSharp.Core.dll. Sherry Howes |
||||