Tagged Questions

3
votes
2answers
669 views

Using a .Net 2.0 Web Reference in Visual Studio 2010

I have a .Net 3.5 class library project that I've migrated to use Visual Studio 2010. It still targets .Net 3.5. This project contains two ASP.Net 2.0 style Web References (with the auto generated ...
3
votes
1answer
1k views

URL Behaviour in a Visual Studio Web Reference

Please can some one explain exactly what the URL Behaviour (Static or Dynamic) property for a Web Reference in Visual Studio is for. I believe it affects where the URl for the Web Service is stored ...
2
votes
2answers
133 views

Is it possible to change the properties of a WebReferance in run-time?

I am trying to come up with such a solution that the user is going to enter the URL of a web-service and it is going to be tested. Althogh what I want is a URL change, I guarantee the Service ...
1
vote
0answers
141 views

Dynamic Web Reference with a WCF service

I have a WCF service written in .NET 4. For some reason when you create a Web Reference using Visual Studio 2003 and change the "URL Behavior" from static to dynamic it doesn't seem to be completely ...
1
vote
1answer
149 views

Automatically Update All Web References in a Project in VS

If I have a project file with 50+ web references, instead of going over each web reference one by one and doing right-click-->Update, is there a way to have Visual Studio do it automatically?
1
vote
2answers
2k views

Adding a web reference in Visual Studio 2010 to point to a Sharepoint 2007 site

I'm building a console application that can load a content type and remove the seal on it through C#. In attempting to add a web reference to the application, I'm getting an error which is strange ...
1
vote
1answer
101 views

[Visual Studio]How can I update a foreign web reference?

I have a server where I use Microsoft CRM. MS CRM auto-generate web references. I take over someone else's application code (an application which connects to CRM). I expect to develop on my local ...
1
vote
1answer
220 views

Specify CLR namespace of auto-generated web service proxy class

When you add a Web Reference in an ASP.NET project in Visual Studio the web application's root namespace is always added. So, if I add a web reference called MyWebService and the default namespace of ...
0
votes
1answer
143 views

Web Reference in Visual Studio does not exsist…so cannot update

Basically, I have a web Service which I developed. I then went down to the installation site to install the web Service and a handheld app which uses it. Problem is, I came back off site, and now ...
0
votes
0answers
36 views

Why is Visual Studio 2005 internal browser blank?

I have a somewhat complex solution on Visual Studio 2005, and among other things, some of its projects have web references. I tried adding a new web reference, and the internal browser remains blank ...
0
votes
3answers
1k views

Problem with updating web reference in visual studio

The Problem is that I have a web reference genereted from WSDL file. Now I have new WSDL but the old location where the WSDL was erlier is not accesible. Where I can change the path to the new WSDL to ...
0
votes
1answer
111 views

How do I consume a webservice running on localhost in a project located on a vm?

I am running a webservice on my development box and I need to test that webservice in a virtual machine that is running on the host(aka the development box). The webservice on the dev box is running ...