service-reference Questions
1
I'm currently working on a project where we have some WCF services and a REST API calling those WCF services. Everything is in .Net Framework 4.7.2.
When a method signature is updated, a DTO or an ...
Congeal asked 8/3, 2023 at 10:54
6
Solved
When I'm trying to update or configure service reference in .NET 4.6.1 project, VS throws next error:
Could not resolve mscorlib for target framework '.NETFramework,Version=v4.6.1'. This can hap...
Maidstone asked 7/8, 2018 at 10:9
9
Solved
I hit this weird namespace issue when adding my first 'Service Reference' to a client project in Visual Studio 2010.
If my project's default namespace uses two or more parts, e.g. MyCompany.MyApp ...
Vilipend asked 19/5, 2011 at 8:51
3
I have been creating and consuming web services for years and always have been able to use Visual Studio to create a service reference from the client. I have a third party service I need to work w...
Macaroni asked 3/10, 2012 at 14:7
2
Solved
I am trying to add web reference when adding web reference url in windows application it shows error like this. how do i solve it?
There was an error downloading 'http://www.example.com/BackEndWeb...
Monachism asked 29/3, 2016 at 6:26
7
Solved
Hint: This questions has many duplicates, but none of the solutions works for me.
What I have is a web service and a client, both having references to a shared assembly "DataModel". I'm creating t...
Elect asked 27/11, 2011 at 15:50
5
I have a WCF service that has been giving me this error under load conditions (and I can't seem to recreate the error otherwise). We've been trying to find a way around it for about a week now with...
Sumac asked 10/10, 2010 at 11:4
2
Solved
I am trying to use a ServiceReference in a C# project.
The project is intended to test a connection. I have a customer who is trying to connect with a C# application to one web service of one of my...
Hep asked 30/7, 2013 at 11:16
13
Solved
I have a Windows Service Solution and am trying to add a service reference to a Hermes(Opensource ebms message server) Web Service in VS2010.
I can find the Web Service using it's URL, but when I ...
Gert asked 20/10, 2010 at 12:6
1
Solved
I'm following instructions to add a service reference to my project and, by default, the "reuse types in referenced assemblies" is ticked.
If I leave it ticked, I get ambiguous warnings on control...
Mandorla asked 21/10, 2016 at 9:34
5
Solved
I am trying to add a Service Reference to my brand new console app and I am getting the following error:
Unable to check out the current file. The file may be read-only or locked, or you may nee...
Fireboard asked 26/7, 2013 at 15:18
4
Solved
What are the .datasource files that are automatically generated by "Create Service Reference" in Visual Studio? The comment in the file is this:
This file is automatically generated
by Visual S...
Ruffin asked 17/9, 2009 at 14:50
10
Solved
I am trying to add service reference.
There was an error downloading metadata from the address
this is the error which is being displayed again and again?
Please help
Chalkstone asked 16/5, 2012 at 12:8
4
Solved
I've added a service reference to my mvc4 web project and left it with the default namespace "ServiceReference1", but when I wanna use that namespace, visual studio can't find it, like it doesn't e...
Duron asked 9/4, 2014 at 13:2
1
Solved
I have a WCF webservice hosted in IIS. Here is the configuration of the same:
When i try to consume this particular service (when added as a service reference) in my WinForms client, it throw thi...
Glamorize asked 22/6, 2015 at 10:6
13
Solved
I created a WCF service library project in my solution, and have service references to this. I use the services from a class library, so I have references from my WPF application project in additio...
Pressing asked 9/12, 2009 at 10:5
12
Solved
I'm using Visual Studio 2008 and have a WCF client working against a WCF service. They are both located in the same Visual Studio solution. After I've made a change in my WCF contract, I want to up...
Whaler asked 3/11, 2009 at 8:34
1
We have a Java backend which serves web services via WSDLs. There are some operations that return xxWSResponse with only 1 property in it: an array.
When we add service reference in Visual Studio ...
Dogear asked 7/8, 2015 at 9:31
4
Solved
I have created a new IIS hosts WCF service using the webHttpBinding which is currently running on on IIS Express on my development machine and when I try to "Add Service Reference" the service is c...
Contrariety asked 6/8, 2013 at 11:15
3
When adding WebService Reference to an ASMX Service on a .NET 2.0 project for example,
var objService = new NameSpace.groupservices();
there exists,
objService.CookieContainer = new System.Net....
Trailer asked 23/8, 2013 at 21:4
2
Solved
I cannot get the Add Service Reference in VS 2010 or 2012 to work for web services built on ServiceStack . I have followed the guide on github, including adding the ContractNameSpace attribute to t...
Abscess asked 3/3, 2013 at 21:56
4
I tried to add a service reference to a WCF service that resides in the same solution from an ASP.NET MVC 4 project but failed. I got a error saying:
Custom tool error: Failed to generate code ...
Rizo asked 18/7, 2012 at 13:18
1
Solved
I'm working in a Windows Phone 8 project and in order to use some webservices I added a service reference with a specific URL.
My problem is the URL because it changes fom time to time so I need ...
Protecting asked 22/7, 2013 at 15:36
4
Solved
I have an issue that seems to be identical to this question. I am unable to add a service reference to any project in Visual Studio. I went so far as to format the entire computer, re-install Windo...
Sedillo asked 19/7, 2011 at 0:44
6
Solved
I'm developing a web application (ASP.NET 3.5) that will consume a number of web services. I have created a separate dll-project for each web service: these projects contains the service reference ...
Napier asked 2/2, 2009 at 11:37
1 Next >
© 2022 - 2024 — McMap. All rights reserved.