I have GAC'ed a library with BehaviorExtensionElement, added it to c:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\machine.config in system.serviceModel\extensions\behaviorExtensions section, it is accessible from Select Behavior Extension dialog in BizTalk Server Administration Console. BUT when I try to browse the service it gives me the error
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Invalid element in configuration. The extension name 'esbCustomAuth' is not registered in the collection at system.serviceModel/extensions/behaviorExtensions.
Source Error:
[No relevant source lines]
Source File: C:\Windows\TEMP\Config\ba631530-3279-4a56-8260-3f84993a4e2d.config Line: 8
Why is this happening?