|
Home > Archive > BizTalk Server Orchestration > July 2004 > Setup and update.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Quink Poon 2004-07-30, 5:49 pm |
| Hello,
We put schema, map, pipeline, and orchestration in different projects. We
found that any of the assembly can be updated and replaced without deploying
the whole set of asseblies. Say, we can upgrade schema.all without changing
the map.dll, which depends on schema.dll.
Does anyone know how to explain that situation? Is it by BizTalk's design.
As far as I know, the map.dll should also be graded if the schema.dll
changes.
Regards,
Poon, Chak Yau.
| |
| Matt Milner 2004-07-30, 5:49 pm |
| If you are not changing version numbers on your projects, then the
references will still hold. However, if you change your interfaces, or in
this case schemas, you run the risk that your map won't work because it was
built against the old structure. This is a .Net issue, not a biztalk
specific issue. You are right, if you change a schema that a map depends
on, you should rev both.
Matt
"Quink Poon" <quinkpoon@hotmail.com> wrote in message
news:O4RgTYmdEHA.3016@tk2msftngp13.phx.gbl...
> Hello,
>
> We put schema, map, pipeline, and orchestration in different projects. We
> found that any of the assembly can be updated and replaced without
deploying
> the whole set of asseblies. Say, we can upgrade schema.all without
changing
> the map.dll, which depends on schema.dll.
>
> Does anyone know how to explain that situation? Is it by BizTalk's design.
> As far as I know, the map.dll should also be graded if the schema.dll
> changes.
>
> Regards,
>
> Poon, Chak Yau.
>
>
|
|
|
|
|