Maybe we solved the problem. We started to use another api and filled headers (didn't do that before).
Now we can send long messages well.
Search found 4 matches
- Thu Sep 17, 2015 1:50 pm
- Forum: Inetlab.SMPP v1.1 & v1.2
- Topic: OverflowException on the Submit method
- Replies: 4
- Views: 20214
- Thu Sep 17, 2015 5:24 am
- Forum: Inetlab.SMPP v1.1 & v1.2
- Topic: OverflowException on the Submit method
- Replies: 4
- Views: 20214
Re: OverflowException on the Submit method
I found some kind of stack in the system event viewer.
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.OverflowException
Stack:
at System.Convert.ToByte(Int32)
at Inetlab.SMPP.PDU.SubmitSm.wVmyuruuum()
at Inetlab.SMPP ...
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.OverflowException
Stack:
at System.Convert.ToByte(Int32)
at Inetlab.SMPP.PDU.SubmitSm.wVmyuruuum()
at Inetlab.SMPP ...
- Thu Sep 17, 2015 4:43 am
- Forum: Inetlab.SMPP v1.1 & v1.2
- Topic: OverflowException on the Submit method
- Replies: 4
- Views: 20214
Re: OverflowException on the Submit method
We don't have a stack, because our service just crashes. If I debug it, I have the following:
System.OverflowException was unhandled
Message: An unhandled exception of type 'System.OverflowException' occurred in mscorlib.dll
Additional information: Value was either too large or too small for an ...
System.OverflowException was unhandled
Message: An unhandled exception of type 'System.OverflowException' occurred in mscorlib.dll
Additional information: Value was either too large or too small for an ...
- Wed Sep 16, 2015 3:09 pm
- Forum: Inetlab.SMPP v1.1 & v1.2
- Topic: OverflowException on the Submit method
- Replies: 4
- Views: 20214
OverflowException on the Submit method
Hi All!
We are using your lib to send sms to our clients. Today we met a terrible problem. When we call the SubmitSmResp Submit(SubmitSm pdu) method our service crashes totally.
We investigated it and found out that the problem is in sms longer than 127 symbols. 127 symbols sms is ok.
Then we found ...
We are using your lib to send sms to our clients. Today we met a terrible problem. When we call the SubmitSmResp Submit(SubmitSm pdu) method our service crashes totally.
We investigated it and found out that the problem is in sms longer than 127 symbols. 127 symbols sms is ok.
Then we found ...