This issue comes into picture whenever there is
any issue at WCF service.
So see more details about the issue, you need to
includeExceptionDetailInFaults attribute to TRUE in serviceDebug tag.
<serviceBehaviors>
<behavior
name="myServiceBehavior"
>
<serviceDebug
includeExceptionDetailInFaults="true"
/>
</behavior>
</serviceBehaviors>
Either you can also add class attribute to the service class
Happy coding.. Hope this helps!
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

Ashish PrasadPosted Jun 22, 2016, 4:04 AM
You can use with Entity Framework 5.0
Steven FarkasPosted May 28, 2014, 1:05 PM
serviceBehavior tag is only recognized by sites built on top of the .NET 3.0, 4.0, or 4.5 frameworks; my SharePoint sites are all .NET 2.0
Bhavana KyPosted Nov 8, 2013, 9:20 AM
I added it but its not working
anil babuPosted Nov 3, 2012, 2:24 PM
I am adding it's not working