I was working with one method in my WCF Application which was giving the following exception while c
Today I was in a need where I had to use nullable types as the parameters for WCF service methods. I
While working with WCF code today I suddenly started getting the following error: Memory gates check
WCF model is designed to behave smoothlly across various hosting environments and transports but very often an application does not need such kind of large hosting environemnets. ASP.NET compatibility...
While posting html data in xml string in WCF application I was getting the following error: There wa
While working with WCF application I was getting the following error today: This factory buffers mes
While working with one POST method of my WCF library I was getting the following error: There was an
While working with WCF application I was getting the following error: The service cannot be activate
I saw a post on forums where user was facing the following error. Content-Length or Chunked Encoding
While working with one of my WCF project I was getting the following error: Could not load type 'Sys
While serializing your WCF data items, we have two options: 1. Use the [DataContract] attribute : new attribute available in WCF (.NET 3.0 or above).