XSLT映射,外部程序集

编程入门 行业动态 更新时间:2024-10-19 12:39:41
本文介绍了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映射,外部程序集

本文发布于:2023-11-13 14:44:07,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1584612.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:程序   XSLT

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!