Sign in
|
Join
|
Help
Damien McGivern
This Blog
Home
Contact
Syndication
RSS
Atom
Comments RSS
Search
Go
Tags
.Net 3.5
.Net 3.5 SP1
ASP.NET
code
Community Server (CS)
Debugging
Firefox
JOBS
LINQ
MVC
NIMTUG
Offer
Offers
ReSharper
RTM
site
SQL
SQL Server 2008
Student
TDD
Vista
VOIP
VS 2008
VS 2008 SP1
VS.Net
WCF
WCF Starter Kit
web development
windows 7
Windows Mobile
Windows Server 2008
XML
Navigation
Home
Events
Blogs
Forums
Photos
Downloads
Archives
December 2009 (1)
October 2009 (1)
September 2009 (1)
August 2009 (1)
May 2009 (4)
December 2008 (3)
May 2008 (1)
February 2008 (2)
January 2008 (2)
June 2007 (2)
May 2007 (1)
January 2007 (1)
November 2006 (1)
October 2006 (1)
August 2006 (3)
May 2006 (5)
April 2006 (6)
February 2006 (2)
Twitter
Follow me on Twitter @dmcgiv
Browse by Tags
All Tags
»
Debugging
(
RSS
)
.Net 3.5
ASP.NET
WCF
26 May 2009 13:06
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
,
Debugging
30 January 2008 12:01
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...
Posted by
Damien McGivern
|
8 comment(s)
Filed under:
.Net 3.5
,
WCF
,
Debugging
,
ASP.NET
14 January 2008 00:25
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:
WCF
,
Debugging