XSLT映射,外部程序集 [英] XSLT mapping, external assembly

查看:75
本文介绍了XSLT映射,外部程序集的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨论坛,

当程序集没有其他依赖项时,我能够从XSLT调用外部程序集。现在情况有点复杂,我无法使它工作。外部组件必须调用Cosmos DB。我通过nuget获得了所有必需的软件包,所以我的主
程序集现在引用了大约15个其他软件包。

I was able to call an external assembly from XSLT when assembly had no other dependencies. Now scenario is a bit more complicated and I can't make it work. The external assembly has to call Cosmos DB. I got all the required packages via nuget, so my main assembly is now referencing around 15 others.

我是否必须在< msxsl中列出所有软件包:assmebly name = Microsoft.Azure ... />在我的XSLT中,还是只有主要的?我将它们全部上传到我的集成帐户,但不确定是否在XSLT中引用它们。

Do I have to list them all in <msxsl:assmebly name = Microsoft.Azure... /> in my XSLT, or only the main one? I uploaded them all into my integration account, but not sure about referencing them in XSLT.

谢谢!

推荐答案

AFAIK所有参考架构都需要按顺序添加到集成帐户。你遇到任何错误吗?
AFAIK All the reference schema need to be added to the integration account in a sequence. Did you encounter any error?


这篇关于XSLT映射,外部程序集的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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