Posts

Showing posts with the label biztalk

The extension name X is not registered - why looking in AppDataLocalTemp?

Image
The extension name X is not registered - why looking in AppDataLocalTemp? I have a custom wcf behaviour used by a dynamic send port. This work fine on my Dev VM and a Test VM. I have been careful to ensure the configuration for the component has been added to the system.serviceModelextensionsbehaviorExtensions element of the 64bit machine.config file - this is added by the BizTalk deployment framework. My problem is that with the next test VM, the following is being created in the event log: Error Description: Microsoft.BizTalk.Adapter.Wcf.Converters.CreateBehaviorException: Unable to create endpoint behavior configuration element from XML configuration. Check the following: 1. Verify behavior element extensions in machine.config are correctly configured. 2. Restart the application if machine.config was recently updated. 3. Ensure the configuration is valid XML that conforms to the configuration schema. Configuration: ---> System.Configuration.Configur...