Click here to Skip to main content
15,887,676 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Sir,
I have made an application in which I have send the Sms to client in text format through way2sms website. I have written the code but I have occurred problem "SmsClient.dll" is not present in vs 2010. so that we can't taken the namespace 'using SmsClient ;' in csharp.
Pl'z sir given me the proper solution on this problem

Regards.....
Nilesh Gujar
Posted

1 solution

Add a reference to it in your project: right click your project in VS, and select "Add reference". Find the DLL in the resulting dialog, and press the "Add" button.
 
Share this answer
 

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