I'm trying to add a Web Reference to a VS2008 .Net 3.5 Console Application but the option's not there. The options to "Add Reference" and "Add Service Reference" are there.
Asked
Active
Viewed 2.2k times
4 Answers
30
- Right click References and click 'Add Service Reference'
- In the Add Service Reference dialog click Advanced
- In the Advanced Dialog click 'Add Web Reference'
- Continue as you normally would for an asmx web service.

BG100
- 4,481
- 2
- 37
- 64
3
A Service Reference is the same as a Web Reference -- that is, you can add an ASMX web service as a reference and it will generate your proxies/etc. just like Add Web Reference did.
The change is to support WCF and have all remote ("service") references look and act the same in VS.

Guy Starbuck
- 21,603
- 7
- 53
- 64