How to add a Web reference Visual Studio 2012

前端 未结 4 2034
借酒劲吻你
借酒劲吻你 2020-12-08 13:59

Is it possible to add a web reference to my project in Visual Studio 2012? In Visual Studio 2010 it was possible by clicking the \"Advanced\" button in the \"Add Service Ref

4条回答
  •  失恋的感觉
    2020-12-08 14:32

    From MSDN:

    1. In Solution Explorer, right-click the name of the project that you want to add the service to, and then click Add Service Reference. The Add Service Reference dialog box appears.

    2. In the Add Service Reference dialog box, click the Advanced button. The Service Reference Settings dialog box appears.

    3. In the Service Reference Settings dialog box, click Add Web Reference. The Add Web Reference dialog box appears.

    Hope this helps!

提交回复
热议问题