blogs.conchango.com

welcome to the conchango blogging site
Welcome to blogs.conchango.com Sign in | Join | Help
in Search

Jack Hanison's Blog

in·te·gra·tion (ĭn'tĭ-grā'shən)
n.
"the combining and coordinating of separate parts or elements into a unified whole"

Dependency not found issue when building BizTalk Server 2006 project

When you build a BizTalk 2006 project, you might get build output containing warnings such as:

 

Updating references...

The dependency 'Microsoft.BizTalk.CachingService' could not be found.

The dependency 'Microsoft.BizTalk.DBAccessor' could not be found.

The dependency 'Microsoft.BizTalk.Bam.EventObservation' could not be found.

The dependency 'Microsoft.BizTalk.Streaming' could not be found.

The dependency 'Microsoft.BizTalk.XPathReader' could not be found.

Performing main compilation...

 

This is because one of the BizTalk assemblies has been added to your project with Copy Local set to true. Most likely this is because you've added Microsoft.XLANGs.Pipelines to your project in order to execute a pipeline from within your orchestration. Go through your project references and ensure that any external assembly references that are in the GAC have Copy Local set to false.

 

Published 05 February 2007 10:37 by jack.hanison
Filed under:

Comments

No Comments
Anonymous comments are disabled
Powered by Community Server (Personal Edition), by Telligent Systems