how to get "add web reference" option in windowsapplication..
-
hi friends... am working with .net 3.5,am developed one web service now i want to access that web service by using c# windows application,but there is no add web reference option in context menu when i am right clicking on root node of the application(windows application)..please.. help me...any idea to get that option.. txs in advance..
-
hi friends... am working with .net 3.5,am developed one web service now i want to access that web service by using c# windows application,but there is no add web reference option in context menu when i am right clicking on root node of the application(windows application)..please.. help me...any idea to get that option.. txs in advance..
priyareguri wrote:
am working with .net 3.5
There is this difference between how it used to be in earlier .Net version. From 3.5 onwards, you dont see it as Add Web Reference, but you have a menu option Add Service Reference :)
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
hi friends... am working with .net 3.5,am developed one web service now i want to access that web service by using c# windows application,but there is no add web reference option in context menu when i am right clicking on root node of the application(windows application)..please.. help me...any idea to get that option.. txs in advance..
-
hi friends... am working with .net 3.5,am developed one web service now i want to access that web service by using c# windows application,but there is no add web reference option in context menu when i am right clicking on root node of the application(windows application)..please.. help me...any idea to get that option.. txs in advance..
@priyareguri and @Arun - In order to add a web reference follow these steps Right click "References" -> Choose "Add Service Reference" -> Click on "Advanced" button -> Click "Add Web Reference" --- Edit: Difference between the 2 options http://andrewtokeley.net/archive/2008/07/10/the-difference-between-ldquoadd-web-referencerdquo-and-ldquoadd-service-referencerdquo.aspx[^]
Cheers, Karthik
-
priyareguri wrote:
am working with .net 3.5
There is this difference between how it used to be in earlier .Net version. From 3.5 onwards, you dont see it as Add Web Reference, but you have a menu option Add Service Reference :)
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
Thanks for your help man, I was also facing the same problem.