Inetlab.SMPP v.1.1 Beta

.NET library for SMPP protocol
majortargets
Posts: 54
Joined: Mon Nov 16, 2009 3:48 pm
Location: United Kingdom
Contact:

Re: Inetlab.SMPP v.1.1 Beta

Post by majortargets » Mon Apr 15, 2013 10:39 pm

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
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: Inetlab.SMPP v.1.1 Beta

Post by alt » Tue Apr 16, 2013 8:01 pm

From this page you can download only evaluation versions.
http://www.inetlab.com/Products/Inetlab.SMPP.aspx
majortargets
Posts: 54
Joined: Mon Nov 16, 2009 3:48 pm
Location: United Kingdom
Contact:

Re: Inetlab.SMPP v.1.1 Beta

Post by majortargets » Sun Apr 21, 2013 8:09 pm

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
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: Inetlab.SMPP v.1.1 Beta

Post by alt » Sat Apr 27, 2013 7:17 pm

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
majortargets
Posts: 54
Joined: Mon Nov 16, 2009 3:48 pm
Location: United Kingdom
Contact:

Re: Inetlab.SMPP v.1.1 Beta

Post by majortargets » Tue May 07, 2013 10:56 pm

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()
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: Inetlab.SMPP v.1.1 Beta

Post by alt » Tue May 14, 2013 9:42 am

This error points that you have problem in event handler method. Could you show code inside method client_evSubmitComplete?
Locked