Sending SMS

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If I have write a program for sending SMS, how can i test it, Can I test with Emulator ????

I've read the artical publish at Microsoft site -- "Sending SMSs from your Microsoft
..NET Compact Framework-based Applications" I've download the program (written with C#) and test it with emulator, but it display a error message --- An unhandled exception of type 'System.MissingMethodException' occured in SMS_CS.exe

What I need to do ??? Can anyone please help answer my questions
Thanksssssssss !!
 
The default emulator that ships with VS.NET 2003 is not a phone edition ROM
and so wont support any phone or sms functionality. If you want to test on
an emulator you should download the Pocket PC 2003 SDK which includes Phone
Edition emulators which will plug into Visual Studio. You can download the
SDK here:-
http://www.microsoft.com/downloads/...14-0364-4623-9ede-0b5fbb133652&displaylang=en

Peter

--
Peter Foot
Windows Embedded MVP
OpenNETCF.org Senior Advisor
www.inthehand.com | www.opennetcf.org

Hong said:
If I have write a program for sending SMS, how can i test it, Can I test with Emulator ????

I've read the artical publish at Microsoft site -- "Sending SMSs from your Microsoft
.NET Compact Framework-based Applications" I've download the program
(written with C#) and test it with emulator, but it display a error
message --- An unhandled exception of type 'System.MissingMethodException'
occured in SMS_CS.exe
 
Back
Top