Click here to Skip to main content
15,918,003 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i'm receiving Messages through the GSM Modem but on receiving it through an exception
"delegate must have one target"
on this line:
C#
try
               {
                   

               DecodedShortMessage[] Msgs = comm.ReadMessages(PhoneMessageStatus.ReceivedUnread, PhoneStorageType.Sim);
}
 catch (Exception ex) { }
Posted
Comments
[no name] 22-Jun-14 15:08pm    
http://social.msdn.microsoft.com/Forums/vstudio/en-US/6c63bb79-8eba-4a89-840d-790996eec866/calling-multiple-methods-using-delegate-begininvoke-error-the-delegate-must-have-only-one-target?forum=csharpgeneral

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900