Page 1 of 1

More serializable types required

Posted: Thu Feb 26, 2009 9:38 pm
by NickAskew
Hi Alt,

Would it be possible to get the latest copy of the source please (I purchased it previously) or a modified version where the following types are 'serializable':

<Serializable()> SubmitSmResp
<Serializable()> DeliverSm

I know I could create surrogates but I'd rather have neat code!

Many thanks,

Nick

Re: More serializable types required

Posted: Mon Jul 13, 2009 9:54 am
by NickAskew
Hi

DeliverSm reports "Object reference not set to an instance of an object" whenever an attempt is made to serialize it. (v2.6.0.0)

Posted: Tue Jul 14, 2009 12:32 pm
by NickAskew
Found the cause:

Within [DeliverSm.vb], [Public Sub New()], you need to add [_user_data = New UserData()] for the serialization to work.

Regards

Nick

Posted: Sat Jul 18, 2009 3:35 pm
by alt
fixed in version 2.6.2