1

As the title says: every time I deploy from Visual Studio to BizTalk 2013 R2 the orchestration gets unbounded and unenlisted. The receive/send port looses its pipeline.

I have tried to clean cached bindings on C:\Users\<your_user>\AppData\Roaming\Microsoft\BizTalk Server\Deployment\BindingFiles and do a redeployment on everything, but no success.

Any ideas on how to solve this?

Dijkgraaf
  • 11,049
  • 17
  • 42
  • 54
navi
  • 21
  • 5

1 Answers1

0

Export the bindings before the deployment and re-import them after the deployment.

Another option is to install BizTalk Deployment Framework which has an option to Quick Deploy, that just simply re-GACs the DLLs, useful for when making small changes to existing objects that don't need to update the BizTalk DB

Dijkgraaf
  • 11,049
  • 17
  • 42
  • 54