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.
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.