While I am testing my application, I find out every time I after update the data to the database. A annoying fault message is popup.
Which is said
Channel disconnected before an acknowledgement was received
I check the database, test the php script, check the network monitor, even rewrite the service caller (dont know what its name)
<dataservice:DataService id="dataservice2" fault="Alert.show(event.fault.faultString + '\n' + event.fault.faultDetail + '\n' + 'dataservice')" showBusyCursor="true"/>
And even create a new application just to test that component. But, every things are working and the database had received correct data set and I still cannot Identity where that message is come form.
How can I find the source of this message???