Adding Web References to a project....
I can not add a web reference(a web service) that I have written to a Windows application project,there is no error in the web reference,I have built and start it without debugging,I have placed it in "http://localhost/......"it is completely OK!
The error shown is:
There was an error downloading 'http://localhost/AuthorsWebService/AuthorsWebService.vsdisco'.
The request failed with the error message:
--
<html><head><title>Error</title></head><body>The specified module could not be found. </body></html>
--.
What should I do?Can anybody help?
|