Tagged Questions
1
vote
2answers
1k views
What are the cases that cause WCF proxy to be faulted?
I want to know what are the cases in which WCF proxy (generated by vs2008 or svcutil) becomes faulted (fault state)? so I can recreate new instance and avoid use the faulted one.
currently I am ...