如何配置netMessagingBinding在BizTalk Server 2010 [英] How to configure netMessagingBinding in BizTalk Server 2010

查看:188
本文介绍了如何配置netMessagingBinding在BizTalk Server 2010的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的Windows Azure SDK 1.6,的BizTalk Server 2010和Windows SDK EAI 2012年4月的CTP安装。

I have windows Azure SDK 1.6, BizTalk Server 2010 and Windows EAI SDK April 2012 CTP installed.

在创建与WCF的自定义适配器,我必须使用netMessagingBinding,这不出现在 WCF的自定义运输属性的绑定类型列表中的接收位置。

While creating a receive location with WCF-Custom adapter I have to use netMessagingBinding, which dont appear in the binding type list of WCF-Custom Transport properties.

我添加以下下Microsoft.Net框架4.0.30319

I have added following sections in machine.config file under Microsoft.Net Framework 4.0.30319

在bindingExtensions

Under bindingExtensions

<add name="netMessagingBinding" 
     type="Microsoft.ServiceBus.Messaging.Configuration.NetMessagingBindingCollectionElement, 
    Microsoft.ServiceBus, Version=1.6.0.0, Culture=neutral, 
    PublicKeyToken=31bf3856ad364e35"/>

在bindingElementsExtension

Under bindingElementsExtension

<add name="netMessagingTransport" 
    type="Microsoft.ServiceBus.Messaging.Configuration.NetMessagingTransportExtensionElement, 
    Microsoft.ServiceBus, Version=1.6.0.0, Culture=neutral, 
    PublicKeyToken=31bf3856ad364e35"/>

还有什么我缺少的是绑定类型仍然没有出现?

What else am I missing that binding type is still not appearing?

推荐答案

为我工作:


  1. 安装的Windows Azure库为.NET(Azure的AppFabric的SDK)。需要注意的是Azure的AppFabric的 SDK 1.7 是现在出。

  2. 要么运行 RelayConfigurationInstaller .EXE 与文件设置为requiredRuntime .NET 4,或通过的手动添加绑定元素扩展,当你绑定扩展的 BOTH 32位和64位机CONFIGS '上面已经做了。

  3. 重启BTS管理控制台

  1. Install Windows Azure Libraries for .NET (Azure Appfabric SDK). Note that Azure Appfabric SDK 1.7 is now out.
  2. Either run RelayConfigurationInstaller.exe with a file setting the requiredRuntime for .NET 4, or do this by manually adding the binding element extensions and binding extensions to BOTH 32 bit and 64 bit machine configs as you've done above.
  3. Restart BTS Admin Console

由匿名用户编辑:


  • 32位的配置,那么在这里:%WINDIR%\\ Microsoft.NET \\框架\\ v4.0.30319 \\ Config中

  • 64位的配置,那么在这里:%WINDIR%\\ Microsoft.NET \\ Framework64 \\ v4.0.30319 \\ Config中

这篇关于如何配置netMessagingBinding在BizTalk Server 2010的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆