如何引用Microsoft.BizTalk.CAT.Samples.DynamicTransforms.Helpers.Properties;
How to reference Microsoft.BizTalk.CAT.Samples.DynamicTransforms.Helpers.Properties;
但是我无法编译辅助例程,因为这个语句:
using
Microsoft.BizTalk.CAT.Samples.DynamicTransforms.Helpers.Properties;
给出错误:
The type or namespace name 'Properties' does not exist in the
namespace 'Microsoft.BizTalk.CAT.Samples.DynamicTransforms.Helpers'
(are you missing an assembly reference?)
如果我注释掉该行,那么我会在 class "customBTXMessage" 上收到错误(找不到类型或名称空间...)
该示例适用于 BizTalk 2010。
对于 BizTalk 2013 及更高版本,您不需要这样做,因为它已经使用 XSLT 编译转换。
根据 Known issues in BizTalk Server 2013
,这实际上导致了一些问题
至运行 大量用于测试目的的地图我会使用BizUnit
但是我无法编译辅助例程,因为这个语句:
using Microsoft.BizTalk.CAT.Samples.DynamicTransforms.Helpers.Properties;
给出错误:
The type or namespace name 'Properties' does not exist in the namespace 'Microsoft.BizTalk.CAT.Samples.DynamicTransforms.Helpers' (are you missing an assembly reference?)
如果我注释掉该行,那么我会在 class "customBTXMessage" 上收到错误(找不到类型或名称空间...)
该示例适用于 BizTalk 2010。
对于 BizTalk 2013 及更高版本,您不需要这样做,因为它已经使用 XSLT 编译转换。 根据 Known issues in BizTalk Server 2013
,这实际上导致了一些问题至运行 大量用于测试目的的地图我会使用BizUnit