Project

General

Profile

about dial fail when sending mms

Added by admin about 5 years ago

Hi,
When i try send MMS , sometime app can not create data connection. i try create
data connection by my hand, so i go to Control Panel\Network and Internet\Network
Connections , right click the connection and click 'connect', i always get the error
'678, remote no response .....'. I do not why this connection can not connect
success? i restart computer the problem still exists, but if i unplug and plug
modem, it work fine. refer below screen shot,

so my question is what is reason? how to void ? thanks.


Replies (2)

RE: about dial fail when sending mms - Added by admin about 5 years ago

i just noticed the com port can not be open. it always show 'com open be opened or
be used by other app' , i just restart computer again , this problem be solved.

so i think the problem is sometime app does not realease com port. do u think about
it?

RE: about dial fail when sending mms - Added by admin about 5 years ago

Hi,

Can you confirm if you do this?

private void frmSMS_FormClosing(object sender, FormClosingEventArgs e)
      {
if (mobileGateway != null) {
mobileGateway.Disconnect();
mobileGateway.Dispose();
mobileGateway = null;
}
}

Thanks
Regards
admin

    (1-2/2)