如何在Biztalk Server 2016中手动部署DLL资源?

huangapple go评论52阅读模式
英文:

How to deployment dll manually in resource Biztalk Server 2016?

问题

有人可以帮助手动部署 Biztalk 应用程序到 Biztalk Server 2016 吗?
我的代码包含一个 .csproj 文件和一个 .btproj 文件。应用程序已经通过在 Biztalk 服务器上安装 Visual Studio 2015 并从 Visual Studio 部署(运行良好)的方式进行了部署。

但是现在我们不能在服务器上使用 VS 2015,所以我在我们的开发机器上安装了 Biztalk Server 2016 和 Visual Studio 2015。每当我构建我的解决方案时,会生成一个 dll 文件。我想通过将该 dll 粘贴到为应用程序配置的 Biztalk 服务器的资源路径中,手动部署该 dll 到服务器,但是 dll 的更改没有反映出来(似乎目标位置没有刷新)。

我该如何在没有安装程序(.msi)的情况下手动部署我的 dll?

除了上述方法,我还创建了一个使用 .vdproj 项目的安装程序,但是该安装程序只是将 dll 粘贴到请求的路径上,所以我正在尝试手动部署。
我尝试将我的 dll 粘贴到资源路径上,但是应用程序没有反映出 dll 的更改。

我希望以最小的工作量部署我的 Biztalk 应用程序更新。

英文:

Can anyone help to deploy Biztalk application on Biztalk server 2016 manually.
My code has one .csproj and one .btproj file. Application was already deployed via Visual studio 2015 by installing Visual studio 2015 on Biztalk server and deploying it from visual studio (working fine).

But now we can't use VS 2015 on server, so i have installed Biztalk server 2016 and Visual studio 2015 on our developer machine. whenever i build my solution dll is created. i want to deploy that dll on server manually by pasting that dll in resources path in Biztalk server configured for application, but dll changes are not reflecting (it seems target location is not getting refreshed)

how i could deploy my dll manually without installer(.msi)?

Apart from above approach i have also created one installer using .vdproj project, but again that installer is just pasting dll on requested path, so i am trying to deploy manually.
i tried to paste my dll on resource path but dll changes not reflecting on application.

I am expecting to deploy my updates for biztalk application with minimum efforts.

答案1

得分: 1

从管理控制台转到应用程序、资源,右键单击并添加资源,确保在添加时选择 GAC,并点击添加。

请注意,这不是生产环境下的推荐操作,详见以下链接:

英文:

From the admin console go to the application, resources and right click and add resource, make sure you select GAC on Add, and click Add.

Note that this is not the recommended procedure for Production as outlined in

.

huangapple
  • 本文由 发表于 2023年8月9日 13:42:46
  • 转载请务必保留本文链接:https://go.coder-hub.com/76864880.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定