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

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

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-2.html
匿名

发表评论

匿名网友

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

确定