Silverlight Faults
Posted
by Bram
on Stack Overflow
See other posts from Stack Overflow
or by Bram
Published on 2010-06-07T02:11:06Z
Indexed on
2010/06/07
2:22 UTC
Read the original article
Hit count: 711
I;m trying to get WCF Silverlight faults working as per this : MSDN aricle
After adding the SL fault to my Web.config file I get the following warning:
The element 'behavior' has invalid child element 'silverlightFaults'. List of possible elements expected: 'serviceAuthorization, serviceCredentials, serviceMetadata, serviceSecurityAudit, serviceThrottling, dataContractSerializer, serviceDebug, serviceTimeouts, persistenceProvider, workflowRuntime'.
Ignoring the warning doesn't work and my Silverlight application cannot add the WCF service.
Any ideas?
© Stack Overflow or respective owner