BizTalk 部署,包括 Web 参考

发布于 2024-07-16 14:54:41 字数 464 浏览 12 评论 0原文

通过 Web 服务调用尝试 BizTalk

请求/响应在我自己的开发计算机上工作正常,但在测试中却无法正常工作...

将 MSI 导出到我的部署测试服务器(单独的虚拟服务器),使用 Application/ 创建应用程序导入然后测试它发现它不起作用...

  • 检查事件日志,它显示 XLANG 错误,并显示“无法加载文件或程序集”

  • 检查了 GAC,但 BizTalk 程序集不存在...

  • 因此手动添加它这似乎可以解决问题

添加的 Web 服务引用是否意味着程序集必须作为部署的一部分进行 GAC 处理?

只是为了让我感到困惑,尝试部署到真正的测试服务器,导入 MSI,将 DLL 手动复制到 GAC ...但它失败并在事件日志中出现 XLANG 错误:-(

  • 知道这里发生了什么吗?

Trying out BizTalk with a web service call

The request/response is working fine on my own dev machine, but not on test ...

Exported the MSI over to my deployment test server (a seperate virtual), created the application with the Application/Import and then tested it to find it not working ...

  • checking the event log and it's shows an XLANG error with "Could not load file or assembly"

  • checked the GAC and the BizTalk assembly isn't there ...

  • so manually added it and that seemed to do the trick

Does the added web service reference mean the assembly has to be GAC'ed as part of a deployment?

And just to get me confused, tried deploying to the real test server, import the MSI, manual copy of the DLL to the GAC ... and it fails with the XLANG error in eventlog :-(

  • any idea what's going on here ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

过潦 2024-07-23 14:54:41

您使用什么适配器? 我假设是 SOAP 适配器。 如果是这样,您可以查看您的绑定。 查看图 6 附近的位置:

http://msdn.microsoft.com/en- us/magazine/cc163464.aspx

-布莱恩

What adapter are you using? I am assuming the SOAP adapter. If so you can look at your bindings. Look here near figure 6:

http://msdn.microsoft.com/en-us/magazine/cc163464.aspx

-Bryan

洒一地阳光 2024-07-23 14:54:41

默认情况下,仅导入 MSI 将不包含 dll。您还需要运行它(例如从 Windows 资源管理器或安装后给出的选项)。 这将物理移动文件。 这种行为在横向扩展时非常有用。 我认为这与网络参考没有任何关系。

Just importing the MSI will by default not include the dll.You need to run it as well (like from windows explorer or the option given after install). This will physically move the file. This behavior is quite useful when scaling out. I don't think it have anything to do with the web reference specifically.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文