Recently i call web service in my ppc with win form that show me the time out error
and more strange is fail to call on the second time.
in fact it run fast on frist time calling.
Recently i call web service in my ppc with win form that show me the time out error
and more strange is fail to call on the second time.
in fact it run fast on frist time calling.
Why always show me the time out error when calling Web Service?
TomG72
Hi,
What version of NETCF are you using
If you are using NETCF V1, can you try using NETCF V2 instead to see if this problem persists.
There are some bugs in V1 that were fixed in V2.
Also in your V1 application you should try setting ServicePointManager.DefaultConnectionLimit to a very high number before making the web service call.
Also what type of network connection are you using
silgenfritz
thanks for Mark Ihimoyan.
i learn what you said. so that it is run ok.