Asked By Jan Eliasen
18-Feb-07 02:44 PM
On Fri, 16 Feb 2007 02:41:00 -0800, Daisy
You are not doing anything wrong. That is the way it works. If you
need to redeploy a BizTalk assembly to the configuration database, and
other BizTalk assemblies depend on it, they must be undeployed first.
Basically, the design best practice is to NOT have all schemas in just
one assembly. You should try to group all schemas, maps, pipelines,
and orchestrations that should be versioned together in one assembly.
If you have a schema that multiple orchestrations use, for instance,
you should put it in its own assembly. But you still need to redeploy
all dependant assemblies. But by splitting your solution up into
several smaller assemblies, there is less running functionality you
need to undeploy.
--
eliasen, representing himself and not the company he works for.
Private blog: http://blog.eliasen.dk
Private email: jan@eliasen.dk