Top "Wcf-extensions" questions

Sending WCF requests through ProxyServer

here is my client side WCF Config file : <configuration> <system.net> <defaultProxy enabled="true" useDefaultCredentials="…

c# wcf wcf-binding wcf-extensions
WCF error: extension could not be loaded

I defined a class in my project which overrides IDispatchMessageInspector and I added the configuration related but it's doesn't work …

c# .net wcf exception-handling wcf-extensions
The element 'behavior' has invalid child element 'myFaultExtension' in wcf app.config

I'm trying to catch regular exceptions from a WCF service in a Silverlight client application. For that I've included the …

wcf wcf-extensions
How to add behavior to client endpoint in IIS Hosted WCF Service using ServiceHostFactory

I am looking at implementing IDispatchMessageInpector & IClientMessageInpector to look at the message objects in AfterReceiveRequest and BeforeSendRequest Methods. My …

wcf wcf-extensions
The type [nameHere] registered for extension '[extensionHere]' could not be loaded

I've been learning and building JSONP Web services using WCF on fx3.5. You can read some of the trials I …

.net wcf web-config jsonp wcf-extensions
WCF: provide generic FaultException in IErrorHandler

Some context: We have a custom XSD and generate the WSDL and C# code using WSCF.blue. The client side …

c# wcf xmlserializer ierrorhandler wcf-extensions