Skip to main content


 

Symptoms


K2 Designer for Visual Studio Concern
 

Diagnoses


May we request for your assistance as why I'm encountering an error with my K2 Designer for Visual Studio, kindly refer from the attached image. The error shown is "Send failed with error: An existing connection was forcibly closed by the remote host."

Upon verification, the user can connect to port 5555 test via telnet.


 

Resolution

The code to open a connection to the K2 server is incorrect. Please make the following change:

From:
c.Open(“nServerName]:5555”)

To:
c.Open(“.ServerName]”)

Kindly refer to the K2 Blackpearl Extentions guides at this link: http://help.k2.com/k2lc-000p15.aspx
 




 
Be the first to reply!

Reply