Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Thursday, September 18, 2008 3:01 AM
when i am trying to add a web reference through my visual studio project the "Add Reference" button is disabled in "Add Web Reference" dialog box.
is it because of the url or some other reason and what should be done to enable the button so that i can add the reference.
thanx.
All replies (2)
Thursday, September 18, 2008 6:36 AM âś…Answered
you need to provide the webserivce in the textbox in the lefthand side which should have an webmethod.
Tuesday, November 11, 2008 8:26 AM
- In VS 2008 C++ projects, the "Common Language Runtime support" (/clr) should be selected to enable the "Add Web Reference" command.
- You can find the option in Project->Properties->Configuration Properties->General.
Hope this helps.
-Aneesh Abraham