Click here to Skip to main content
15,908,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am creating one CLR function to send sms and associate with sql
but during execution system generate error System.Net.WebException: The remote name could not be resolved: '
Posted
Updated 15-Nov-11 2:55am
v2
Comments
Pandya Anil 15-Nov-11 8:52am    
provide the code lines you have used, make sure the url you are calling is accesible from the server... if proxy is used, provide it with your code.

Its difficult to point exact cause of your problem without looking at your code.

You may have a look at below link.

http://msdn.microsoft.com/en-us/library/48ww3ee9%28v=VS.100%29.aspx
 
Share this answer
 
Always mention complete details in your question. Anyway here a similar question with same error message

The remote name could not be resolved[^]
 
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