Assemblies that you did not specify in the Hub SEED Wizard are deployed when you install a hub SEED package for a BizTalk project (836465)



The information in this article applies to:

  • Microsoft BizTalk Server 2004 Developer Edition
  • Microsoft BizTalk Server 2004 Enterprise Edition
  • Microsoft BizTalk Server 2004 Partner Edition
  • Microsoft BizTalk Server 2004 Standard Edition

SYMPTOMS

When you create a hub SEED package to deploy on a spoke in Microsoft BizTalk Server 2004, other BizTalk project assemblies that you did not specify when you created the package may also be deployed.

CAUSE

This issue occurs if the folders that the package references contain other assemblies.

When you deploy a hub SEED package, any BizTalk project assemblies that the source folder for the package contains are deployed, together with the assemblies that you specified in the Hub SEED Wizard.

WORKAROUND

To work around this issue, make sure that the source folder that your package references includes only the BizTalk project assemblies that you want to be deployed in BizTalk Server.

MORE INFORMATION

When the BizTalk SEED Wizard creates a package, it includes in the package any BizTalk project assemblies or Microsoft .NET Framework application assemblies that are located in the source folders that the package references.

When the SEED package is installed, any BizTalk project assemblies or .NET Framework application assemblies that the package contains are added to the global assembly cache of the destination computer and the BizTalk project assemblies are deployed on the destination computer.

When the BizTalk SEED Wizard creates a package, the wizard does not include in the package any DLLs that are not BizTalk project assemblies or .NET Framework application assemblies.

STATUS

This behavior is by design.

Modification Type:MajorLast Reviewed:3/2/2004
Keywords:kbBTSOrchestration kbprb KB836465 kbAudDeveloper