Search Results

4
votes
7answers
3k 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

Why isn’t my custom WCF behavior extension element type being found?

Per the workaround that Microsoft posted on …