Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi everyone;
I am working on a SMS Based C# Application. but i can't find sms.dll file. please share the link
Posted
Updated 21-Aug-14 21:06pm

1 solution

 
Share this answer
 
Comments
Member 10853657 22-Aug-14 3:45am    
Thanks Sanchayeeta .i get the sms.dll file but i can't add as refference. when i try to add this, visual studio show the below error "A refference to 'D:\c#\sms.dll' could not be added.please make sure that the file isaccesible, and it is a valid assembly or COM component ".
Ranjeet Patel 22-Aug-14 3:48am    
You probably just need to register the DLL with Windows using regsvr32.exe. Then you should be able to add it in VS. From the command line, run

regsvr32.exe sms.dll

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