Search code examples
windows-installerbiztalkbiztalk-2016biztalk-mappervdproj

How to deployment dll manually in resource Biztalk Server 2016?


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.


Solution

  • 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

    .