Need help in SMS sending using VB.NET

today download a project SendSMS using VB.NET from msdn home, namely Sending SMSs from your Microsoft .NET Compact Framework-based Applications

but when i run it, there's an exception saying that "MissingMethodException" after pressing button send

and please anyone know what happen how can i fix it

thanks a lot




Answer this question

Need help in SMS sending using VB.NET

  • Gabriel Lozano-Moran

    Is it a PPC phone or just PPC It won’t work unless it’s a phone.



  • Ronald L

    Hi

    I have a Pocket PC 2003 with one GRPS Modem , and i have the same error : "MissingMethodException"

    in the line of code :

    IntPtr res = SmsOpen(SMS_MSGTYPE_TEXT, (IntPtr)SMS_MODE_SEND, ref hSms, IntPtr.Zero);


  • Ian Cook

    hi~Ilya

    i havn't got a ppc phone here, i can't test it on a real phone, and i have to test it on my pc, what's more, i should finish until this evening

    and i don't know whether it will be ok in a phone, have you ever met this problem and fix it in a real phone

    thx



  • Matt E.

    thx for the link

  • Danilo80

    VS2003, using pocket pc2003

  • Philip Tolk

    Which device you're running it on



  • Stretchcoder

    Obviously you need a phone to see if you can send an SMS and if it works correctly. Sending SMS without a phone pretty much like learning to drive without actual car.

    Anyway, you can try link below but I'm not sure it's good enough. It’s not going to actually send SMS.

    http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnppcgen/html/callevents.asp



  • Need help in SMS sending using VB.NET