MissingMethodException

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

Guest

Hi everyone

Can anyone tell me why I would get the MissingMethodException errors while running samples I downloaded from MSDN, such as the SendSMS.msi and PhoneAPI.msi

Thanks in advance
T
 
Both of those rely on Phone Edition components (phone.dll, sms.dll etc) -
are you running on a Phone Edition device?

Peter

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

T Perri said:
Hi everyone,

Can anyone tell me why I would get the MissingMethodException errors while
running samples I downloaded from MSDN, such as the SendSMS.msi and
PhoneAPI.msi?
 
Thank you Peter

I do have a phone edition device. When I first ran it on PPC2002 I got that message. I just installed the new PPC2003 ROM from Siemens this morning, and I did not get that error

By looking at the code, how can I tell this is only for a Phone Edition device? Will using the sms.dll only work on a Phone Edition device?

What I am trying to do is use this functionality in an application written for both a Phone Edition and a Smartphone - is this possible
If it is, can I use one binary or will I need two seperate apps

Thank you very much for your time
 
Back
Top