Click here to Skip to main content
15,892,161 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am new to ASP.NET. I am using VS 2010 Web developer express edition. While adding service reference I get the following error. Please help.

An error (Details) occurred while attempting to find services at 'http://localhost:57924/Service1.asmx?WSDL'.

Thanks in advance
Posted

1 solution

Check if you can browse the service at http://localhost:57924/Service1.asmx?WSDL.
Try hosting the service on ISS and check if you can browse this service.
 
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