Are you deploying to the same server that this was developed on.
It looks like the receive handlers may be different. Are the Biztalk Host names the same.
Have you considered using late binding (Specify Later) on your orchestration ports. When you use Early Binding (Specify Now) the binding information is compiled into the dll. This makes deployment trickier as the deployed server must be virtually identical to the development server