作者hmhmhmhm (????)
看板C_Sharp
标题[问题] 请问一下这是哪里出了问题
时间Sun Apr 2 01:16:12 2006
我是在PDA上开发的SmartDeviceApplication
我现在要把在pda上的资料 利用web Service的方式传回我PC端上的电脑
可是却跳出来下列这段讯息:
An unhandled exception of type 'System.Net.WebException'occur in
System.Web.Service.dll
Additional information:Unable to read data from the transport connection
我现在那webmethod里只有写
[Webmethod]
public string SendData(ArrayList temp)
{
return temp[0].Tostring();
}
请问Unable to read data from the transport connection
这是哪里出了问题???
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 220.135.234.87
1F:推 liunate:在提供webservice的那一端设中断点看看... 04/02 11:10