PDA

View Full Version : There is no one??


sachinppatil
08-28-2003, 01:20 AM
Is there no one who can answer my previous question

"Error - Why pWebRespInfo->nCode == -1288??" ?

Please find some time & do reply.

With regards,

ziemowit
08-29-2003, 05:03 AM
Check error code in AEEError.h. You will find there your error code WEB_ERROR_ADDRUNKNOWN and description "DNS server responded 'address unknown'".

Ziemowit

Dragon
08-29-2003, 12:38 PM
Wow! Demanding, aren't we?

Sunil
09-03-2003, 09:55 PM
your DNS is probably not able to resolve the web address name to corresponding IP address.I f you are using the local web hosted on your system and you are using somthing like this
http://localhost/.. then replace that to http://your machine ip address/... Hope it will resolve the issue.