API Support Forum
OEC API > API Support > Unexpected Disconnect...
Author Topic: Unexpected Disconnect...
(2 messages, Page 1 of 1)
Moderators: VPfau
SHowes
Posts: 8
Joined: Jun 12, 2012


Posted: Jul 18, 2012 @ 10:41 AM             Msg. 1 of 2
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


Posted: Jul 18, 2012 @ 11:03 AM             Msg. 2 of 2
Feeling like a rookie.

Sorry, forgot to add ProtoSharp.Core.dll.

Sherry Howes