Search found 1 match

by ankur
Wed Mar 09, 2011 5:10 am
Forum: ALT.SMS.SmppClient
Topic: Object Reference not set to an instance (ServiceType)
Replies: 4
Views: 144074

Re: Object Reference not set to an instance (ServiceType)

Hi,

I am using this function to unbind the client.
But i am getting Error -"Object Reference not set to an instance "
on the line - ubtrp = objclient.UnBind()

Private Shared Sub UnBind(ByVal objclient As SmppClient)
Dim ubtrp As pduUnBindResp
ubtrp = objclient.UnBind()
Select Case ubtrp.Status ...