Browse by Tags

All Tags » Debugging (RSS)

PostBackUrl not working? Make sure JavaScript is enabled.

Seems obvious now but this one had me scratching my head for an hour this morning. The web application in question downgrades gracefully if JavaScript isn't enabled everywhere else except for a couple of pages were we were using PostBackUrl on a button...
Posted by Damien McGivern | with no comments

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 | 11 comment(s)
Filed under: ,

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 | 4 comment(s)
Filed under: ,