Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

BizTalk 2006 deployment problem

Status
Not open for further replies.

grega

Programmer
Feb 2, 2000
932
GB
I'm building a BTS2006 solution on XP Pro using Visual Studio 2005. The
solution comprises 3 projects - one for Schemas, one for Pipelines and
one for Orchestrations & Maps. Deployment complains that the
orchestrations assembly requires the schemas assembly be in the GAC
before deployment. Using gacutil I can clearly see the schemas assembly
in the GAC. I've tried clearing down the GAC and updating assembly
versions but I still get the problem.

Here's a copy of the error information during deploy
====================================================
Warning 1 Assembly "Orchestrations, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=f190bae6761695fa" depends on the following assemblies
that must be installed in the Global Assembly Cache for runtime to
succeed:
Assembly "Schemas, Version=1.0.0.1, Culture=neutral,
PublicKeyToken=f190bae6761695fa"

Error 2 Unable to deploy early bindings.

Error 3 at
Microsoft.BizTalk.Deployment.Assembly.BtsAssembly.DeployEarlyBinding(String
applicationName)
at Microsoft.BizTalk.Deployment.Assembly.BtsAssembly.Save(String
applicationName)
at Microsoft.BizTalk.Deployment.BizTalkAssembly.PrivateDeploy(String
server, String database, String assemblyPathname, String
applicationName)
at Microsoft.BizTalk.Deployment.BizTalkAssembly.Deploy(Boolean
redeploy, String server, String database, String assemblyPathname,
String group, String applicationName, ApplicationLog log)

Error 4 BizTalkAssemblyResourceManager failed to complete end type
change request.

Error 5 Change requests failed for some resources. See log for details.

Error 6 Failed to add resource (-Type="System.BizTalk:BizTalkAssembly"
-Luid="Orchestrations, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=f190bae6761695fa").
====================================================

Any ideas much appreciated.

Greg.
 
Greg, did you post to the Beta Group?

Phil Hegedusich
Senior Programmer/Analyst
IIMAK
-----------
I'm not as think as you confused I am.
-----------
Flabbergasted (a.): Amazed at how much weight one has gained.
-----------
Oyster (n.): One who sprinkles their conversation with Yiddish expressions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top