DCSIMG
wcf - urig - Tidbits from a .net life

Browse by Tags

WCF: "An error occurred when verifying security for the message." and Service Security Audit
23 January 11 01:39 PM | urig | 1 comment(s)
I’ve been struggling with an obscure WCF FaultException that kept popping up from time to time when we worked with my services. Basically I’d get a MessageSecurityException that says: "An unsecured or incorrectly secured fault was received from the other party. See the inner FaultException for the fault code and detail." And the inner FaultException would say: " An error occurred when verifying security for the message. " It turns out that this is a “garbage” exception that potentially...
Assembly Binding Log Viewer does'nt play nice with ASP.NET Development Server
29 June 09 05:05 PM | urig | with no comments
I've been experiencing an assembly binding problem when using Castle Windsor in a WCF service that I'm developing. It's a bit of a complex scenario so I won't delve into the details, suffice to say that when I try to inject an IServiceBehavior into my WCF service using Windsor's Wcf Integration Facility get the following exception: "Could not load file or assembly 'System.ServiceModel' or one of its dependencies. The system cannot find the file specified." Seeing...