Another easy way to get the list of BizTalk processes
When you have more than one host instance running on a box, you need to find the correct BizTalk instance to attach to when you wish to debug a component.
Last week Oleg has found yet another elegant and simple way to do this -
tasklist /SVC /FI "IMAGENAME eq btsntsvc.exe"
run this from a command line or add as an external tool in Visual studio (to get the result in the outout window) and you will get a list of all the BizTalk hosts with their description and process id, so you'd know which one to attach to.
Last week Oleg has found yet another elegant and simple way to do this -
tasklist /SVC /FI "IMAGENAME eq btsntsvc.exe"
run this from a command line or add as an external tool in Visual studio (to get the result in the outout window) and you will get a list of all the BizTalk hosts with their description and process id, so you'd know which one to attach to.
0 Comments:
Post a Comment
<< Home