Hello.
I am trying to add a Web reference to a project. So, I do the standard: right clicking on the project and select "Add Web Reference". The Add Web Reference appears and I navigate to the desired URL "http://ws.melissadata.com/dqws/Address.asmx" and click "Go". I see the results and two methods in the window. However, the "Add Reference" button and " Web Reference Name" texbox is disabled. I think this is a proxy and or firewall issue. If I know the System.Net.WebProxy("corp-xxx-proxy.xxx", 8080); and System.Net.NetworkCredential("xxxx", "xxxx"); [x replaces real values]
Any ideas where I can set this info so I will be able to use the "Add Web Reference" wizard? - OR - Is there a workaround?
thanks