Restoring web reference in Visual Studio 2008
Posted
by Mark Cheeseborough
on Stack Overflow
See other posts from Stack Overflow
or by Mark Cheeseborough
Published on 2010-02-18T10:17:32Z
Indexed on
2010/03/16
18:31 UTC
Read the original article
Hit count: 225
I had a web reference set in my VS2008 ASP.NET project, but due to some source control weirdness it is no longer listed in the project.
I have the set of files in the Web References folder under my project. There's a .wsdl, .disco and several .datasource files.
Is there any way to re-add this web reference through the existing files rather than using the "Add Web Reference" dialog?
© Stack Overflow or respective owner