hello,
I am a student and I am trying to build an application to send SMS. For that I have to modify this source code at code project article
http://www.codeproject.com/KB/cs/SMS.aspx?msg=3533311#xx3533311xx
SmsSubmitPdu pdu;
pdu = new SmsSubmitPdu(richTextBox1.Text, textBox1.Text, "");
GsmCommMain comm = new GsmCommMain();
CommSetting.comm.SendMessage(pdu);
I have used this code to send sms, but I got the following error
Object reference not set to Instance of an object
please try to answer, at least what this error means