4
votes
7answers
2k views
Why isn’t my custom WCF behavior extension element type being found?
I have a solution that contains two projects. One project is an ASP.NET Web Application Project, and one is a class library. The web application has a project reference to the class library. Neithe …
1
vote
WCF customheader or messagebody for context?
I would say if it's only one or two operations that need it, make it part of the data contract - sort of like making it a parameter to a method call. If every operation requires it, put it in the h …
1
vote
Why isn’t my custom WCF behavior extension element type being found?
Per the workaround that Microsoft posted on …
