Click here to Skip to main content
15,922,427 members
Home / Discussions / C#
   

C#

 
QuestionTerminate Process / Application on remote machine Pin
Programm3r13-Jan-09 4:13
Programm3r13-Jan-09 4:13 
AnswerRe: Terminate Process / Application on remote machine Pin
EliottA13-Jan-09 4:18
EliottA13-Jan-09 4:18 
GeneralRe: Terminate Process / Application on remote machine Pin
Programm3r13-Jan-09 4:37
Programm3r13-Jan-09 4:37 
GeneralRe: Terminate Process / Application on remote machine Pin
EliottA13-Jan-09 4:39
EliottA13-Jan-09 4:39 
GeneralRe: Terminate Process / Application on remote machine Pin
Programm3r13-Jan-09 4:53
Programm3r13-Jan-09 4:53 
GeneralRe: Terminate Process / Application on remote machine Pin
leckey13-Jan-09 6:26
leckey13-Jan-09 6:26 
AnswerRe: Terminate Process / Application on remote machine Pin
dan!sh 13-Jan-09 5:16
professional dan!sh 13-Jan-09 5:16 
GeneralRe: Terminate Process / Application on remote machine Pin
EliottA13-Jan-09 6:06
EliottA13-Jan-09 6:06 
GeneralRe: Terminate Process / Application on remote machine Pin
dan!sh 13-Jan-09 6:10
professional dan!sh 13-Jan-09 6:10 
AnswerRe: Terminate Process / Application on remote machine Pin
Dave Kreskowiak13-Jan-09 7:51
mveDave Kreskowiak13-Jan-09 7:51 
GeneralRe: Terminate Process / Application on remote machine Pin
Programm3r13-Jan-09 19:49
Programm3r13-Jan-09 19:49 
QuestionHow to read barcode? Pin
Sokka9313-Jan-09 3:52
Sokka9313-Jan-09 3:52 
AnswerRe: How to read barcode? Pin
User 665813-Jan-09 3:57
User 665813-Jan-09 3:57 
AnswerUse the search function of CP Pin
leckey13-Jan-09 6:27
leckey13-Jan-09 6:27 
QuestionPort Forwarding Pin
krinaljariwala13-Jan-09 3:37
krinaljariwala13-Jan-09 3:37 
AnswerRe: Port Forwarding Pin
Rutvik Dave13-Jan-09 4:43
professionalRutvik Dave13-Jan-09 4:43 
GeneralRe: Port Forwarding Pin
krinaljariwala13-Jan-09 5:14
krinaljariwala13-Jan-09 5:14 
GeneralRe: Port Forwarding Pin
Rutvik Dave13-Jan-09 5:33
professionalRutvik Dave13-Jan-09 5:33 
OK change your port to different number other then 5001. 5001 is known port for virus so it is generally blocked by firewall/antivirus.

and try the following

netstat -ano


command in DOS Command Prompt to get a list of Already Used Ports so that you can use free ports. you can also get the information about connection status. so try to run the command on server, if you have access.

Also try to post the Error Messege which you get. Are you able to make connection to the server ? Have hosted your application on 3rd party server ?
GeneralRe: Port Forwarding Pin
krinaljariwala13-Jan-09 6:02
krinaljariwala13-Jan-09 6:02 
GeneralRe: Port Forwarding Pin
EliottA13-Jan-09 6:04
EliottA13-Jan-09 6:04 
GeneralRe: Port Forwarding Pin
krinaljariwala13-Jan-09 6:07
krinaljariwala13-Jan-09 6:07 
GeneralRe: Port Forwarding Pin
EliottA13-Jan-09 6:13
EliottA13-Jan-09 6:13 
GeneralRe: Port Forwarding Pin
krinaljariwala13-Jan-09 6:16
krinaljariwala13-Jan-09 6:16 
GeneralRe: Port Forwarding Pin
EliottA13-Jan-09 6:17
EliottA13-Jan-09 6:17 
GeneralRe: Port Forwarding Pin
krinaljariwala13-Jan-09 6:28
krinaljariwala13-Jan-09 6:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.