Skip to main content
: No connection could be made because the target machine actively refused it.

is the error i am gettiung.

here is my code.

K2Manager a = new K2Manager();
a.Login(ServerName, 5252);

I have access to this server.The port number used is 5252.
Other users can connect and work...

Any Help would be highly appreciated.

Regards
Raj
This message usually indicates that the K2 Server service has not been started. Ensure that:
1. The value of the "ServerName" variable is correct
2. Your K2 Server service residing on the server specified in "ServerName" is started

Where are you connecting to the server from?  Some software firewalls and VPN clients will block outbound connections on ports rarely used.


- Sam S


Reply