Unable 2 connect 2 server host "122.169.193.83"

Smpp v3.4 client

Moderator: alt

Locked
bhupender.7singh
Posts: 5
Joined: Thu Mar 19, 2009 5:15 am

Unable 2 connect 2 server host "122.169.193.83"

Post by bhupender.7singh » Thu Mar 19, 2009 5:21 am

hi all

I am developing a sms web aaplication using ALT.SMS class library but i m unable to connect 2 host "122.169.193.83" its returning an error
"No Such host name".

Please tell me what i am doing wrong.
alt
Site Admin
Posts: 988
Joined: Tue Apr 25, 2006 9:45 am

Post by alt » Sat Mar 28, 2009 11:59 am

please try with method

Code: Select all

public bool Connect(IPEndPoint endPoint); 
sometimes Dns.GetHostEntry returns No such host is known.
bhupender.7singh
Posts: 5
Joined: Thu Mar 19, 2009 5:15 am

Thnx....

Post by bhupender.7singh » Tue Mar 31, 2009 6:45 am

Now ITz woking fine........thnx for helping
Locked