Tagged Questions
0
votes
1answer
42 views
Out of memory when sending large data collections
I have a product that works fine in most case but then I have one case where I get a lot of out of memory exceptions(on service).
The service is a WCF service hosted as a Windows Service. The service ...
0
votes
3answers
41 views
Test availablity of WCF URL
I am trying to test the availablity of WCF service as a part of a tool.
Is it possible or do I have to call a method inside that WCF to really test that?
I have tried client.downloadurl(wcfurl) but it ...
0
votes
0answers
43 views
add application listener by code
i want convert every thing to C# code .
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.diagnostics>
<sources>
<source propagateActivity="true" ...
0
votes
1answer
41 views
How do you set the maxreceivedmessagesize wcf setting in code on a wcf service with no config file that is hosted in IIS
I have inherited a project that contains a set of wcf services that is hosted in iis with no config file entries. I need to increase the maxreceivedmessagesize wcf setting. How would I do this in ...
0
votes
0answers
24 views
WCF can not access remote configuration settings (ConnectionString)
My WCF service writes into a database. The configuration settings (here specifically the connectionstring) are brought from an internal application (probably over remoting). It works when I use local ...
1
vote
2answers
78 views
WCF4 service host fileless activation configuration error
Hi guys would really appreciate a fix for this its driving me mad.
Using VS2010 SP1 + .Net 4.0 + IIS 7.5 Express.
A simple web project intended to host a WCF service throws a configuration exception ...
4
votes
4answers
356 views
embed app config into c# code in wcf
i have a client program that connect to my wcf service. i want to embed app config to C# code till users can not change or even see app.config .
but i cannot bring these two config setting to C# ...
0
votes
2answers
159 views
Could not find default endpoint element error in web application referencing own service
I have created a WCF service using ASP.NET 4 and am trying to connect to it inside my own web application project, which gives me the "Could not find default endpoint element" error.
None of the ...
0
votes
1answer
54 views
.NET WCF Web Services - How Does IIS know the binaries are in the BIN directory? Where is this defined?
IIS WCF web services refer to the .dll in the BIN folder. What configures this location?
0
votes
0answers
48 views
Initialize a service client using another config file
Say I have a program Program1.exe and its config file Program1.exe.config with some endpoints, binding etc. Now, I need to develop a library which will be used together with the program Program1.exe, ...
2
votes
2answers
58 views
Client side configuration settings
I have a windows application which calls to a WCF service to build a specific URL.
The WCF function which gets called from windows application accepts location details in the form of an array.
I ...
0
votes
0answers
6 views
Wcf Service hosted in Windows Service using SSL?
I want to host a wcf service in a windows service and consume it from internet.
I created the services and they work local. In this moment I use a wsHttpBinding.
I don't know which is the correct ...
1
vote
2answers
169 views
How to set config output to special folder (LocalApplicationData)?
Is there a way to set my app.config for my WCF service so that it outputs to the LocalApplicationData folder without having to hardcode anything?
%LOCALAPPDATA% does not work in XP, and I need to ...
0
votes
1answer
89 views
Few basic query regarding entries in config file for WCF service end as a wcf starter
i am very new in WCF world. i just download a code and saw the wcf service config file but confusion is occuring in my mind regarding entries in config file for WCF service due to my lack of ...
4
votes
2answers
314 views
Reading WCF behavior elements from config file programmticlally when exposing self-hosted service
I have this configuration in my app.config:
</binding>
</basicHttpBinding>
</bindings>
<behaviors>
<serviceBehaviors>
<behavior ...
1
vote
0answers
30 views
Can we add major and Minor information manually in wsdl for WCF service
Can we add major and Minor information
manually in wsdl for WCF service.We are calling in a third party
service and they are versioning their service and want us to
include the major and minor ...
1
vote
2answers
106 views
Manage configuration files
How do you (your company) manage the config-files of the apps/systems you build? Let me tell you how we do it, and what the problem is.
I'm working at a company where we develop software with about ...
4
votes
1answer
147 views
How Can I Avoid Adding Assembly Version In web.config?
I'm adding a custom endpoint behaviour to my WCF service with a class extended from BehaviorExtensionElement to initialise it. In my web.config, I add the following to register the behaviour ...
0
votes
0answers
47 views
Editing externalized config File via IIS Management Console
i have the following configuration scenario for a WCF Service:
I externalized my appSettings section from web.config to a seperate File
it is linke to web.config via
<appSettings ...
0
votes
0answers
133 views
WCF configuration: “The maximum read depth (32) has been exceeded because XML data being…” error for my silverlight application
I debugged and I think my root cause of error is the client configuration cannot set the readerQuotas's maxDepth. But as I know, the silverlight configuration just support a subset of WCF ...
0
votes
1answer
86 views
Max amount of sessions on my WCF service?
I have a WCF service running InstanceContextMode = PerCall, ConcurrencyMode = Multiple, TCP and is hosted in Selfhost(Windows Service) and IIS7/IIS8.
The throttling is set to this :
...
0
votes
1answer
159 views
How to expose a net.tcp wcf service over the network?
I have a problem with my client-server application, I would be very gratefull if you can help me.
I have a self-hosted server, and the problem is that in my local machine the service works just fine, ...
3
votes
1answer
82 views
How can I capture WCF Service endpoint
I'm implementing a WCF service hosted by IIS, that impersonates the caller. When I have the service endpoint configuration in the Web.config-file everything works as intended.
I want to set the ...
2
votes
1answer
1k views
Getting AddressAlreadyInUseException after upgrading to .NET 4.5
I recently installed the new .NET Framework 4.5 (previously was 4.0 installed) on my Server and i´m getting a System.ServiceModel.AddressAlreadyInUseException when i start my Windows Service that ...
0
votes
0answers
247 views
WCF Address Already In Use after adding client endpoint
I have a WCF Service that is self hosted and started through another service. Debugging in visual studio, they work just fine until I add endpoint configurations to my app.config for the service ...
1
vote
1answer
248 views
WCF endpoint address without .svc extention
I have WCF service up and running but today I thought what if I remove .svc extension from realative address and access my service in this way? net.tcp://serveraddress/services/service I but as soon ...
6
votes
2answers
346 views
How to configure Tridion core service on Tridion server?
When I access Tridion Core Service URL at: http://tridion_ip/webservices/CoreService2011.svc I get a Runtime error. I am accessing the URL directly from the CMS server.
Could not find a base ...
1
vote
1answer
238 views
Metadata exposed but WSDL not found
I am having trouble with my WCF service which somehow fails to expose/publish a WSDL definition. I have already gone through the MSDN tutorial on exporting Metadata. Also have I searched at least for ...
1
vote
1answer
88 views
Equivalent WCF config needed for these program lines
I am struggling at the moment to come up with the right config for a Web Service client build via WCF / Service Reference. I was able to create the binding and configure the endpoint programmatically, ...
2
votes
2answers
619 views
can't stop web.config inheritance
I created an application inside a website in IIS.
my application is there to host a WCF service endpoint running .Net 4.0 code (the website it is created in, is running .Net 2.0)
when i load this ...
0
votes
1answer
377 views
Access BehaviorExtensionElement through configuration settings
I have workflow service with an extension that I configuration through a custom BehaviorExtensionElement.
Since I need to reuse some configuration properties also in other pieces of my application, I ...
0
votes
1answer
53 views
Difference between a listener with no <filter> and one with <filter type=“”/>
I've seen many examples where a <source> node has been setup in <System.Diagnostics> in configuration files for tracing like so:
<source name="System.ServiceModel" ...
0
votes
0answers
43 views
showing WCF 4.0 default configuration
I'm trying to setup a simple test WCF service ( in 4.0).
I made a web project and added a WCF webservice.
I see in the web.config that a section has been added to change the default behavior for ...
3
votes
2answers
166 views
C# WCF Service resending data after reconnect? What property is this?
A little background. I am working in C# with .NET Framework 4. My binding is WsHttpBinding with no security on it currently. I have a WCF client that reports a heartbeat to the WCF server every second ...
1
vote
0answers
182 views
HttpNamespaceManager exception on start - Unable to Get Well Known SID
When I run HttpNamespaceManager - a tool for configuring WCF services permissions I have goth this exception Unable to Get Well Known SID. Is there anybody who knows solution for this issue?
I am ...
1
vote
1answer
245 views
How Can I Create An Endpoint Address In Code When I Have A Certificate Identity?
My WCF client config has this in it:
...
<identity>
<certificate encodedValue="encoded data" />
</identity>
...
I don't want to have to use an App.Config file so I am ...
0
votes
2answers
3k views
EF 4.3 Throwing “An error occurred while getting provider info from the dB. caused by EF using an incorrect con. string. Check Inner Excptin.”
I'm using EF 4.3 Code first. Developing EF Code first application and making CRUD operations done really well on my dev box. Real problem started after I moved the code to WCF service test Server. ...
0
votes
0answers
503 views
net.tcp WCF Windows Service
I am currently working on a project which uses a WCF Service which is hosted in a Windows Service. I am fairly new to this concept as most WCF Services which I have worked on before, I have hosted in ...
1
vote
0answers
96 views
System.Runtime.Caching Configuration via Code?
MemoryCache.Default.CacheMemoryLimit = 10;
CacheMemoryLimit has no programmatic "setter", but is apparently set in the config file.
Can anyone recommend a way to actually set the memory limit to ...
11
votes
4answers
2k views
AutoStart/Pre-warm features not working in IIS 7.5 / WCF service
For testing the many headaches of IIS/WCF implementation from scratch, I built the HelloWorld service and client walked through (very nicely) here. I added endpoints for net.tcp, and the service is ...
0
votes
2answers
384 views
How to create WCF config file automatically?
I have created a WCF service interface and implementation in a Class Library.
I haven't yet decided if the service will be self-hosted or hosted by a Windows Service.
How do I now create a console ...
1
vote
1answer
236 views
Configure Binding on WCF Service injected with Autofac
I'm serving some WCF services using Autofac, and following the tutorials it's working fine! But now, I need to send a request of > 65Kb, so I must to change the binding on the server to allow this ...
5
votes
3answers
311 views
Pros and Cons of wcf config file vs in code config
I have a self hosted C# WCF service which creates 20+ endpoints for various purposes. Each is configured in the code itself with a few basic config items in the app.config of the service such as port ...
0
votes
1answer
149 views
Binding is not generated through VS Add Service Reference
I have below bindings at server side.
<system.serviceModel>
<bindings>
<customBinding>
<binding name="customBinding1">
<security ...
1
vote
1answer
2k views
Configuring WCF client gives the error "The message could not be processed. This is most likely because the action
My web service returns a error message no matter what configurations I set. I get the following error message.
The message could not be processed. This is most likely because the action ...
1
vote
3answers
935 views
Can't expose REST XML, REST JSON and SOAP properly via configuration only for WCF
I'm wanting to be able to build a WCF service which achieves the following:
RESTfully exposes JSON
RESTfully exposes XML
Exposes SOAP
Other bindings if necessary
The key here, is that I want to do ...
3
votes
2answers
731 views
WCF binding configuration apply only as default but as named it fails
We have an interesting problem with WCF binding and streaming transfer mode that we cannot solve:
We have an WCF endpoint configured to the streaming transfer mode. The endpoint receives message much ...
1
vote
3answers
1k views
WCF Service client config generated wrong
I'd like to authenticate a user using ADFS 2.0 to use a self-written WCF service. The service is ready and fully functional. Also the ADFS 2.0 is set up correctly.
When I set up the client binding in ...
0
votes
1answer
372 views
VIsual Studio 2010 Holding onto WCF service reference Passwords?
I don't believe this either - I'll show anyone who's interested on Join me!
Here's the deal. Two computers, different behaviour to do with adding a service reference.
Computer 1 - I'll call him ...
1
vote
1answer
64 views
Metadata doesn't appear
I'm trying to create a WCF service, but the metadata doesn't appear, i try:
<system.serviceModel>
<services>
<service
name ="MyNamespace.IMyContract"
...
