Receiving an SMS message

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!
 
P

Peter Foot [MVP]

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
 
A

Alex Lau via DotNetMonster.com

if I want to run it on a Smartphone 2003, where do I must modify? Can you
give me some advice? Thanks!
 
A

Alex Lau via DotNetMonster.com

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!!!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top