Page 2 of 2

Re: Inetlab.SMPP v.1.1 Beta

Posted: Mon Apr 15, 2013 10:39 pm
by majortargets
Hi Alt,

No, I am running it as a windows service application written in vb.net.

Does version 1.1 have evaluation version? I downloaded it from the general download page. funny enough I don't know if it is developer or evaluation version.

Regards,
Gbenga

Re: Inetlab.SMPP v.1.1 Beta

Posted: Tue Apr 16, 2013 8:01 pm
by alt
From this page you can download only evaluation versions.
http://www.inetlab.com/Products/Inetlab.SMPP.aspx

Re: Inetlab.SMPP v.1.1 Beta

Posted: Sun Apr 21, 2013 8:09 pm
by majortargets
Hi Alt,

Yes, I downloaded "Inetlab.SMPP v. 1.1 Release Candidate" from there and It doesn't have 30days evaluation on it.

Is there still restriction on it? Does it make the application stop working?

I have developers license for version 1.0 how do I pay and download version 1.1.

I think you need to also make an improvement to this portal so that i can see list of my paid versions when I login.

Regards,
Gbenga

Re: Inetlab.SMPP v.1.1 Beta

Posted: Sat Apr 27, 2013 7:17 pm
by alt
Hi Gbenga,

Strange, what size of Inetlab.SMPP.dll file? Did you receive any license file from me?
Yes, library displays modal dialog after expiration and stops working.

If you bought license not earlier than 1 years ago you can get update for free, otherwise you need to purchase developer license again.

Yes, I need a lot of improvements to this portal. I wish i could find time for this.

Best Regards,
Alexey

Re: Inetlab.SMPP v.1.1 Beta

Posted: Tue May 07, 2013 10:56 pm
by majortargets
Hi Alt,

I have renewed the license and I downloaded a licensed version but I am still having the same issues.The first error message below is from application log while the second came up in windows event. It looks like DLL issue to me.

1. 07/05/2013 23:37:14: SubmitSmResp received. Status: ESME_RSYSERR, Message Id: a86aae44, Sequence: 832
07/05/2013 23:37:14: SubmitSmResp received. Status: ESME_RSYSERR, Message Id: a86aae4b, Sequence: 834
07/05/2013 23:37:14: SubmitSmResp received. Status: ESME_RSYSERR, Message Id: a86aae48, Sequence: 833

2. Application: xxxx.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.NullReferenceException
Stack:
at xxxx.client_evSubmitComplete(System.Object, Inetlab.SMPP.PDU.SubmitSmResp)
at Inetlab.SMPP.SmppClient.DnL2FfM5LO(Inetlab.SMPP.PDU.SubmitSmResp)
at Inetlab.SMPP.SmppClient.QiD25aW5Qk(System.Object)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()

Re: Inetlab.SMPP v.1.1 Beta

Posted: Tue May 14, 2013 9:42 am
by alt
This error points that you have problem in event handler method. Could you show code inside method client_evSubmitComplete?