Browse by Tags

All Tags » WCF (RSS)

WCF CommunicationObjectFaultedException " cannot be used for communication because it is in the Faulted state" MessageSecurityException "An error occurred when verifying security for the message"

I've just spent a couple of hours trying to track down a customer issue with one of our WCF services. Below was part of the unit test I was suing to test the service. using (var client = new MemberServiceClient()) { client.ClientCredentials.UserName...
Posted by Damien McGivern | 7 comment(s)
Filed under: ,

WCF REST Starter Kit Screencasts

Over on endpointTV Aaron Skonnard from PluralSight has a series of screencasts introducing some of the time saving features of the WCF REST Starter Kit which is available to download from codeplex . Found via Sundar Narasiman's Blog
Posted by Damien McGivern | with no comments

WCF requires precompiled ASP.Net sites to be updatable

Today I was testing a deployment ASP.Net site build that I added some WCF services to. All other non deployment builds passed all testing so I was stumped when testing one of the services I got the following error. Value cannot be null. Parameter name...

Cryptic error messges in WCF?

I've recently started working with WCF on a project at work, I've read about it and played about with it but never got into any depth with it before now. So far it's going well except for a few cryptic errors I was getting when running my...
Posted by Damien McGivern | 3 comment(s)
Filed under: ,