Hi to all!
I have this question, I extended WebBehaviour in a WCF service, and all works good!!
now i wat to give this behaviour to all other services, so i created a ClassLibrary project, and placed the extended classes in this library project.
The problem is that this way it show an config error message "...'WebBehaviorExtension' could not be loaded."
I changed the configuration in web.config but thi problem continues
Anyone has idea what I'm doing wrog?
Thanks in advance