Donate SIGN UP

sending text message to mobile using c#.net

Avatar Image
netdeveloper | 23:59 Tue 23rd May 2006 | Science
3 Answers
After I download the source code of ".NET Compact Framework Sample: Send SMS" from microsoft website. I run the program and get error indicating that unable to load sms.dll. So I go to http://www.webzila.com to get the sms.dll file and install it. After that, I got this error "Unable to find an entry point named SmsOpen in DLL sms.dll." Could you please help me figure it out if anyone met the same problem? Thanks a lot!
Gravatar

Answers

1 to 3 of 3rss feed

Best Answer

No best answer has yet been selected by netdeveloper. Once a best answer has been selected, it will be shown here.

For more on marking an answer as the "Best Answer", please visit our FAQ.
I don't have the solution for the problem but why not use http://www.cbfsms.com for text messaging from the internet?
You're not trying to run this on a PC are you? The Compact Framework is designed to work with Pocket PCs.. This SMS one would be particularly suited to XDAs.
The SMS.DLL file from webzila is not the same as the SMS.DLL you would find on a Pocket PC.... These are its exports :

1 0 000023F3 Load
2 1 000023E1 MirandaPluginInfo
3 2 00002522 Unload

I've only used pay services to send an SMS from. This is what I used : http://www.mobilemessagecentre.com/sms/hme/hme pge.asp


1 to 3 of 3rss feed

Do you know the answer?

sending text message to mobile using c#.net

Answer Question >>

Related Questions