Receiving an SMS message

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

Guest

I followed the code example from the MSDN entitled "Receiving SMS Messages
Inside a Managed Application"
http://msdn.microsoft.com/library/d...en-us/dnnetcomp/html/ReceivingSMSMessages.asp

I managed to compile the mapirule.dll through eVC++. However, now when I
run the managed application through VS.NET, I get the error:
An unhandled exception of type 'System.MissingMethodException' occurred in
CaptureSMS.exe

Anyone know what could be going wrong? I'm sure the DLL was compiled
correctly, and I do have a link to it in the Solution Explorer. Thanks!
 
You have all the necessary registry settings to register your rule, and you
have the correct CPU version of the mapirule.dll? - ARM for a device and X86
for the emulator.

Peter
 
if I want to run it on a Smartphone 2003, where do I must modify? Can you
give me some advice? Thanks!
 
hi,Peter,
I run the example code on my smartphone,there is no errors occured and it
can't capture any SMS that I received which include the string "zzz",Can
you help me? Thanks!!!!
 
Back
Top